瀏覽代碼

added moved cfg files

Daniel Gibbs 9 年之前
父節點
當前提交
6c91293076
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      lgsminstall.sh

+ 3 - 5
lgsminstall.sh

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