changes
This commit is contained in:
parent
ecbe51861e
commit
96bb7e0240
1 changed files with 4 additions and 1 deletions
5
setup.sh
5
setup.sh
|
@ -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" ]
|
if [ -z "$arguments" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue