Просмотр исходного кода

Should always start the server with the inifile

If we don't start the server with the ini he may also not load the right sql plugin.
Felix Beckmann 10 лет назад
Родитель
Сommit
d3086275d0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      functions/command_start.sh

+ 1 - 1
functions/command_start.sh

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