changes
This commit is contained in:
parent
96bb7e0240
commit
b955e76a6c
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -42,7 +42,7 @@ error ()
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
if [ "$(whoami)" != "root" ]
|
if [ "$(whoami)" == "root" ]
|
||||||
then message error "I cannot run as root"
|
then message error "I cannot run as root"
|
||||||
error
|
error
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue