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