# HG changeset patch # User Aleksej Bobylev # Date 1370224683 0 # Node ID f96f0b2114624ae988ecb5cf98311809a514085d # Parent 3e3e15d924c953d6348aae5398747dd57836095b git: typo /var/ww/git diff -r 3e3e15d924c9 -r f96f0b211462 git/receipt --- a/git/receipt Mon Jun 03 00:28:35 2013 +0000 +++ b/git/receipt Mon Jun 03 01:58:03 2013 +0000 @@ -43,10 +43,10 @@ local root root=$1 if ! grep -q 'GIT_OPTIONS' $root/etc/daemons.conf; then - mkdir -p $root/var/ww/git + mkdir -p $root/var/www/git echo '# Git daemon options.' >> $root/etc/daemons.conf echo 'GIT_REPO="/var/www/git/"' >> $root/etc/daemons.conf echo 'GIT_OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"' >> $root/etc/daemons.conf echo '' >> $root/etc/daemons.conf fi -} \ No newline at end of file +}