change wording

This commit is contained in:
Tobias Powalowski 2024-08-13 15:31:38 +02:00
parent 7e6d4d7ce3
commit 0bd8cd2035

View file

@ -15,7 +15,7 @@ _usage()
exit 0 exit 0
} }
################################################## ##################################################
[[ -z "${1}" ]] && _usage "$@" [[ -z "${1}" ]] && _usage
### check for root ### check for root
if ! [[ ${UID} -eq 0 ]]; then if ! [[ ${UID} -eq 0 ]]; then
echo "ERROR: Please run as root user!" echo "ERROR: Please run as root user!"