Explorar o código

corrected branch

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
56d126e70f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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(){