wok-current rev 14645
git: typo /var/ww/git
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 03 01:58:03 2013 +0000 (2013-06-03) |
parents | 3e3e15d924c9 |
children | baf2b1151fa6 |
files | git/receipt |
line diff
1.1 --- a/git/receipt Mon Jun 03 00:28:35 2013 +0000 1.2 +++ b/git/receipt Mon Jun 03 01:58:03 2013 +0000 1.3 @@ -43,10 +43,10 @@ 1.4 local root 1.5 root=$1 1.6 if ! grep -q 'GIT_OPTIONS' $root/etc/daemons.conf; then 1.7 - mkdir -p $root/var/ww/git 1.8 + mkdir -p $root/var/www/git 1.9 echo '# Git daemon options.' >> $root/etc/daemons.conf 1.10 echo 'GIT_REPO="/var/www/git/"' >> $root/etc/daemons.conf 1.11 echo 'GIT_OPTIONS="--detach --syslog --verbose --base-path=$GIT_REPO $GIT_REPO"' >> $root/etc/daemons.conf 1.12 echo '' >> $root/etc/daemons.conf 1.13 fi 1.14 -} 1.15 \ No newline at end of file 1.16 +}