diff --git a/server-properties/start.sh b/server-properties/start.sh index 1f74b59..f31f917 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -10,7 +10,7 @@ packwizPath="http://nginxwebdav:32080/ferdinland/modpacks/server/smp/" export git=$(which git) if [ -z $git ] then - eco installing git... + echo installing git... echo | sudo -S apt install git else echo git is already installed