From b1ab593c962dc84d3b5c4e44729ec9b4a68b9041 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 21 Aug 2022 21:37:37 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall-xash3ds.sh=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install-xash3ds.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index a10e7b1..21af0ad 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -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