From 3de4323b3335ff66899f5a592b76ed83571a42f4 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 --- hosts/.scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/.scripts') diff --git a/hosts/.scripts/bootstrap.sh b/hosts/.scripts/bootstrap.sh index 50356ac1..8deddfd4 100644 --- a/hosts/.scripts/bootstrap.sh +++ b/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