소스 검색

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
 
 
 ########################