„install-xash3ds.sh“ ändern
This commit is contained in:
parent
db3daeb09f
commit
b1ab593c96
1 changed files with 7 additions and 7 deletions
|
@ -13,15 +13,15 @@ if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
XASHDS_PORT=27015
|
XASHDS_PORT=27015
|
||||||
else
|
else
|
||||||
XASHDS_PORT=$1
|
CLIENT=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$2" == "client" ]
|
#if [ "$2" == "client" ]
|
||||||
then
|
#then
|
||||||
CLIENT=true
|
# CLIENT=true
|
||||||
else
|
#else
|
||||||
CLIENT=false
|
# CLIENT=false
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue