Skip to content

Commit 8adb9cb

Browse files
committed
sh compatible
1 parent ef8294e commit 8adb9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ submodule:
1717
gitreceive:
1818
wget -O /usr/local/bin/gitreceive ${GITRECEIVE_URL}
1919
chmod +x /usr/local/bin/gitreceive
20-
[[ ! -d /home/git ]] && gitreceive init
20+
[ ! -d /home/git ] && gitreceive init
2121

2222
sshcommand:
2323
wget -O /usr/local/bin/sshcommand ${SSHCOMMAND_URL}

0 commit comments

Comments
 (0)