Daniel Gibbs
6 years ago
No known key found for this signature in database
GPG Key ID: E50EE233189485E3
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/command_ts3_server_pass.sh
|
|
@ -40,7 +40,7 @@ if [ "${status}" != "0" ]; then |
|
|
|
exitbypass="1" |
|
|
|
command_stop.sh |
|
|
|
fn_serveradmin_password_set |
|
|
|
parms="serveradmin_password="${newpassword}" inifile="${servercfgfullpath}" > /dev/null 2>&1" |
|
|
|
parms="serveradmin_password=\"${newpassword}\" inifile=\"${servercfgfullpath}\" > /dev/null 2>&1" |
|
|
|
ts3serverpass="0" |
|
|
|
command_restart.sh |
|
|
|
else |
|
|
|