|
|
@ -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 |
|
|
|