diff --git a/server-properties/start.sh b/server-properties/start.sh index 5d45d4c..77f8f0b 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -8,7 +8,7 @@ packwizPath="http://nginxwebdav:32080/ferdinland/modpacks/server/smp/" # Install git if it's not installed export git=$(which git) -if [-z $git] +if [ -z $git ] then eco installing git... apt install git