Daniel Gibbs 9 лет назад
Родитель
Сommit
56d126e70f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      linuxgsm.sh

+ 2 - 2
linuxgsm.sh

@@ -32,14 +32,14 @@ libdir="${lgsmdir}/lib"
 tmpdir="${lgsmdir}/tmp"
 tmpdir="${lgsmdir}/tmp"
 configdir="${lgsmdir}/config-lgsm"
 configdir="${lgsmdir}/config-lgsm"
 configdirserver="${configdir}/${gameservername}"
 configdirserver="${configdir}/${gameservername}"
-configdirdefault="${lgsmdir}/develop"
+configdirdefault="${lgsmdir}/config-default"
 
 
 ## GitHub Branch Select
 ## GitHub Branch Select
 # Allows for the use of different function files
 # Allows for the use of different function files
 # from a different repo and/or branch.
 # from a different repo and/or branch.
 githubuser="GameServerManagers"
 githubuser="GameServerManagers"
 githubrepo="LinuxGSM"
 githubrepo="LinuxGSM"
-githubbranch="feature/config"
+githubbranch="develop"
 
 
 # Core Function that is required first
 # Core Function that is required first
 core_functions.sh(){
 core_functions.sh(){