|
@@ -49,7 +49,7 @@ echo "================================="
|
|
|
sleep 1
|
|
sleep 1
|
|
|
cd "${servercfgdir}"
|
|
cd "${servercfgdir}"
|
|
|
if [ "${gamename}" == "ARMA 3" ]; then
|
|
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
|
|
fn_arma3config
|
|
|
elif [ "${gamename}" == "Counter Strike: Source" ]; then
|
|
elif [ "${gamename}" == "Counter Strike: Source" ]; then
|
|
|
wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/CounterStrikeSource/cfg/lgsm-config.cfg
|
|
wget --no-check-certificate -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/CounterStrikeSource/cfg/lgsm-config.cfg
|