This commit is contained in:
Marcus 2023-06-13 02:00:27 +02:00
parent ecbe51861e
commit 96bb7e0240

View file

@ -42,7 +42,10 @@ error ()
###
test "$(whoami)" != "root" || message error "I cannot run as root" ; error
if [ "$(whoami)" != "root" ]
then message error "I cannot run as root"
error
fi
if [ -z "$arguments" ]
then