From abf3eb0bc9e8022a672546d8b7051ddcc068a67e Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Fri, 4 Jul 2014 14:54:24 -0700 Subject: [PATCH] On some distros, the output is like UID=0 http://sourceforge.net/p/webadmin/bugs/4445/ --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4fc2e9aff..72a84ffb9 100755 --- a/setup.sh +++ b/setup.sh @@ -36,7 +36,7 @@ echo "systems and common Unix services to be easily administered." echo "" # Only root can run this -id | grep "uid=0(" >/dev/null +id | grep -i "uid=0(" >/dev/null if [ $? != "0" ]; then uname -a | grep -i CYGWIN >/dev/null if [ $? != "0" ]; then