From 6195e47703f0165ea95b812c565004af2522cbbd Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 21 Aug 2022 23:32:13 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/install-xash3ds.sh b/install-xash3ds.sh index 88f65c0..d9a758e 100644 --- a/install-xash3ds.sh +++ b/install-xash3ds.sh @@ -80,6 +80,7 @@ cp -R $XASH3D_BASEDIR/xash3d-fwgs/bin/* $XASH3D_BASEDIR/result/ touch $XASH3D_BASEDIR/result/valve/listip.cfg touch $XASH3D_BASEDIR/result/valve/banned.cfg +# it seems that the build actually (21.08.2022) is buggy and does not exec server.cfg by its own echo "./xash +ip 0.0.0.0 -port $XASHDS_PORT -pingboost 1 -timeout 3 +map boot_camp +exec server.cfg" > $XASH3D_BASEDIR/result/start.sh chmod +x $XASH3D_BASEDIR/result/start.sh cd $XASH3D_BASEDIR/result \ No newline at end of file