sh compatible

This commit is contained in:
Jeff Lindsay
2013-06-11 20:27:24 -07:00
parent ef8294e6b5
commit 8adb9cbd5a

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
[ ! -d /home/git ] && gitreceive init
sshcommand:
wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}