„install-xash3ds.sh“ ändern

This commit is contained in:
DeltaLima 2022-08-21 21:37:37 +00:00
parent db3daeb09f
commit b1ab593c96
1 changed files with 7 additions and 7 deletions

View File

@ -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