From a6e9f319e50910ed79703ca3278c5c917b298a38 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 4 Mar 2025 16:32:32 -0600 Subject: [PATCH] fix echo command mispelling in startup.sh --- 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 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