how about this

This commit is contained in:
Jeff Lindsay
2013-06-11 20:30:28 -07:00
parent 8adb9cbd5a
commit 94b7f1a094

View File

@@ -17,7 +17,7 @@ submodule:
gitreceive:
wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL}
chmod +x /usr/local/bin/gitreceive
[ ! -d /home/git ] && gitreceive init
test ! -d /home/git && gitreceive init
sshcommand:
wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}