diff --git a/Makefile b/Makefile index 4228807bd..b01be4a10 100644 --- a/Makefile +++ b/Makefile @@ -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}