Explorar el Código

added legacymode flag

Daniel Gibbs hace 9 años
padre
commit
b9d40f7e64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lgsm/functions/core_legacy.sh

+ 1 - 0
lgsm/functions/core_legacy.sh

@@ -5,6 +5,7 @@
 # Description: Code for backwards compatability with older versions of LinuxGSM.
 
 if [ -z "${serverfiles}" ]; then
+	legacymode=1
 	serverfiles="${filesdir}"
 fi