slight syntax change
This commit is contained in:
parent
6cc9e44e14
commit
2a8376fd5e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user