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)
|
export git=$(which git)
|
||||||
if [ -z $git ]
|
if [ -z $git ]
|
||||||
then
|
then
|
||||||
eco installing git...
|
echo installing git...
|
||||||
echo | sudo -S apt install git
|
echo | sudo -S apt install git
|
||||||
else
|
else
|
||||||
echo git is already installed
|
echo git is already installed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user