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