From 310005396cab6abd73dd8a027e7241051f0817fc Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 11 May 2013 12:47:16 +0200 Subject: fix uid=0 requirement --- infest/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infest') diff --git a/infest/bootstrap.sh b/infest/bootstrap.sh index 66a1cfdd..5d85c769 100644 --- a/infest/bootstrap.sh +++ b/infest/bootstrap.sh @@ -2,7 +2,7 @@ set -euf # Can be overwritten before install KREBSDIR=${KREBSDIR:-/krebs} -[ "`id -u`" -eq "0" ] || { echo "you need to be root!"; exit 1;} || exit 1 +[ "`id -u`" -eq "0" ] || echo "not running as root, stuff may not work. change KREBSDIR env to bootstrap somewhere else!"; # brute force install git, krebs style -- cgit v1.2.3