Explorar el Código

Legacy: Added steamcmddir

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

+ 5 - 1
lgsm/functions/core_legacy.sh

@@ -10,4 +10,8 @@ fi
 
 if [ -z "${logdir}" ]; then
 	logdir="${rootdir}/log"
-fi
+fi
+
+if [ -z "${steamcmddir}" ]; then
+	steamcmddir="${rootdir}/steamcmd"
+fi