Przeglądaj źródła

added moved cfg files

Daniel Gibbs 9 lat temu
rodzic
commit
6c91293076
1 zmienionych plików z 3 dodań i 5 usunięć
  1. 3 5
      lgsminstall.sh

+ 3 - 5
lgsminstall.sh

@@ -27,10 +27,6 @@ githubuser="GameServerManagers"
 githubrepo="LinuxGSM"
 githubrepo="LinuxGSM"
 githubbranch="config"
 githubbranch="config"
 
 
-source lgsm/config/_default.cfg
-source lgsm/config/common.cfg
-source lgsm/config/${servicename.cfg
-
 # LinuxGSM installer
 # LinuxGSM installer
 if [ "${sname}" == "core" ]; then
 if [ "${sname}" == "core" ]; then
 	userinput=$1
 	userinput=$1
@@ -69,7 +65,9 @@ if [ "${sname}" == "core" ]; then
 	fi
 	fi
 fi
 fi
 
 
-
+source lgsm/config/_default.cfg
+source lgsm/config/common.cfg
+source lgsm/config/${servicename}.cfg
 
 
 
 
 ########################
 ########################