X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/62296478611d499d88afb3691c62209bbcaa0596..d890ae7b249b59b66da1481e9bc35f0c1fc53804:/create-user?ds=sidebyside diff --git a/create-user b/create-user index 0664f90..8d2b5a1 100755 --- a/create-user +++ b/create-user @@ -197,8 +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 || \