From d3086275d09e3db552a9ca6cba222199f59de47c Mon Sep 17 00:00:00 2001 From: Felix Beckmann Date: Fri, 18 Mar 2016 22:54:20 +0100 Subject: [PATCH] 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. --- functions/command_start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_start.sh b/functions/command_start.sh index 309a8078f..5a6ae2569 100644 --- a/functions/command_start.sh +++ b/functions/command_start.sh @@ -56,7 +56,7 @@ mv "${scriptlog}" "${scriptlogdate}" date > "${rootdir}/${lockselfname}" cd "${executabledir}" if [ "${ts3serverpass}" == "1" ];then - ./ts3server_startscript.sh start serveradmin_password="${newpassword}" + ./ts3server_startscript.sh start serveradmin_password="${newpassword}" inifile="${servercfgfullpath}" else ./ts3server_startscript.sh start inifile="${servercfgfullpath}" > /dev/null 2>&1 fi