Daniel Gibbs hace 10 años
padre
commit
9dd1b0c83e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/command_start.sh

+ 1 - 1
functions/command_start.sh

@@ -55,7 +55,7 @@ mv "${scriptlog}" "${scriptlogdate}"
 # Create lock file
 date > "${rootdir}/${lockselfname}"
 cd "${executabledir}"
-if [ "${ts2serverpass}" == "1" ];then
+if [ "${ts3serverpass}" == "1" ];then
 	./ts3server_startscript.sh start serveradmin_password="${newpassword}" 
 else
 	./ts3server_startscript.sh start inifile="${servercfgfullpath}" > /dev/null 2>&1