„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
|
||||
XASHDS_PORT=27015
|
||||
else
|
||||
XASHDS_PORT=$1
|
||||
CLIENT=true
|
||||
fi
|
||||
|
||||
if [ "$2" == "client" ]
|
||||
then
|
||||
CLIENT=true
|
||||
else
|
||||
CLIENT=false
|
||||
fi
|
||||
#if [ "$2" == "client" ]
|
||||
#then
|
||||
# CLIENT=true
|
||||
#else
|
||||
# CLIENT=false
|
||||
#fi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue