--- buildman/install 2025/01/21 21:14:49 1.6 +++ buildman/install 2025/01/21 21:17:08 1.7 @@ -18,11 +18,11 @@ PROGN=`basename $0` -if [ "$UID" != "0" ] -then - echo "$PROGN error: must run as root" - exit 1 -fi +#if [ "$UID" != "0" ] +#then +# echo "$PROGN error: must run as root" +# exit 1 +#fi TARGET="client" TUSER="build:6000"