mailman-update-exim-db: Fix typo, mention that it has to run as root
[hcoop/scripts.git] / create-user
index ccd65e7..8d2b5a1 100755 (executable)
@@ -198,7 +198,7 @@ test -e $HOMEPATH/.domtool || \
 
 # Gitweb hosting
 test -L /var/cache/git/$USER || \
-    ln -s $HOMEPATH/.hcoop-git /var/cache/git/$USER
+    sudo ln -s $HOMEPATH/.hcoop-git /var/cache/git/$USER
 
 # MAIL VOLUME
 vos examine mail.$USER 2>/dev/null || \