1 parent ef8294e commit 8adb9cbCopy full SHA for 8adb9cb
1 file changed
Makefile
@@ -17,7 +17,7 @@ submodule:
17
gitreceive:
18
wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL}
19
chmod +x /usr/local/bin/gitreceive
20
- [[ ! -d /home/git ]] && gitreceive init
+ [ ! -d /home/git ] && gitreceive init
21
22
sshcommand:
23
wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}
0 commit comments