fix echo command mispelling in startup.sh
This commit is contained in:
parent
05c9c90098
commit
a6e9f319e5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user