From 09fb8b9962eabc694da1996d41ef047aed6530bb Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Tue, 17 May 2011 14:07:27 +0200 Subject: hotfix for borken bootstrap script --- retiolum/hosts/.scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum/hosts/.scripts') 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 -- cgit v1.2.3