diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-17 14:07:27 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-17 14:07:27 +0200 |
commit | 09fb8b9962eabc694da1996d41ef047aed6530bb (patch) | |
tree | ec99b379f00423df8110adca481088cf678c6d1a /retiolum/hosts/.scripts | |
parent | 7e532b8107f95c5b196ee688b10642d99ca57c3e (diff) |
hotfix for borken bootstrap script
Diffstat (limited to 'retiolum/hosts/.scripts')
-rw-r--r-- | retiolum/hosts/.scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/hosts/.scripts/bootstrap.sh b/retiolum/hosts/.scripts/bootstrap.sh index 50356ac1..8deddfd4 100644 --- a/retiolum/hosts/.scripts/bootstrap.sh +++ b/retiolum/hosts/.scripts/bootstrap.sh @@ -1,4 +1,4 @@ -if [ `id -u` -eq "0" ] +if [ ! `id -u` -eq "0" ] then echo "not root, bailing out" exit 1 |