From 13cfb6412ca85f900ce62292ce101a41f9b4a4fe Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 1 Dec 2014 19:40:54 +0000 Subject: [PATCH] corrected Arma3 cfg path --- functions/fn_serverconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_serverconfig b/functions/fn_serverconfig index 174c5293f..72b19a3fe 100644 --- a/functions/fn_serverconfig +++ b/functions/fn_serverconfig @@ -49,7 +49,7 @@ echo "=================================" sleep 1 cd "${servercfgdir}" if [ "${gamename}" == "ARMA 3" ]; then - wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/lgsm-config.cfg + wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/Arma3/cfg/lgsm-config.cfg fn_arma3config elif [ "${gamename}" == "Counter Strike: Source" ]; then wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/CounterStrikeSource/cfg/lgsm-config.cfg