From 2a8376fd5e66c29dbd657b0ca9afdd0736c5b945 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 4 Mar 2025 12:34:11 -0600 Subject: [PATCH] slight syntax change --- server-properties/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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