slight syntax change

This commit is contained in:
themodernhakr 2025-03-04 12:34:11 -06:00
parent 6cc9e44e14
commit 2a8376fd5e

View File

@ -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