Explorar o código

changed name to lgsm-default.cfg

Daniel Gibbs %!s(int64=11) %!d(string=hai) anos
pai
achega
9f69e5abea
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions/fn_serverconfig

+ 2 - 2
functions/fn_serverconfig

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