hcoop-git-maint: don't generate cache page
[hcoop/scripts.git] / listnew
diff --git a/listnew b/listnew
index dfb6c3c..1236596 100755 (executable)
--- a/listnew
+++ b/listnew
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 #
-# Make a new mailing list.  Run as root on deleuze.
+# Make a new mailing list.  Run as user in sudoers on mccarthy.
 #
 # Usage: listnew LISTNAME LISTDOMAIN LISTURL USER INITIAL_PASSWORD
 
@@ -18,7 +18,7 @@ elif test -z "$5"; then
     echo "Not enough arguments"
     usage
     exit 1
-elif "$UID" != "0"; then
+elif test "$UID" != "0"; then
     echo "This program must be run as root"
     usage
     exit 1