Browse Source

hotfix for ts3 server pass

pull/1191/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
ee6c6c920e
  1. 2
      lgsm/functions/command_start.sh

2
lgsm/functions/command_start.sh

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

Loading…
Cancel
Save