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

View file

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