Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/update_ts3.sh
|
|
@ -97,6 +97,7 @@ fn_update_compare() { |
|
|
|
fn_script_log_info "${localbuild} > ${remotebuildversion}" |
|
|
|
|
|
|
|
if [ "${commandname}" == "UPDATE" ]; then |
|
|
|
date +%s > "${lockdir}/last-updated.lock" |
|
|
|
unset updateonstart |
|
|
|
check_status.sh |
|
|
|
# If server stopped. |
|
|
@ -124,7 +125,6 @@ fn_update_compare() { |
|
|
|
fn_firstcommand_reset |
|
|
|
fi |
|
|
|
unset exitbypass |
|
|
|
date +%s > "${lockdir}/last-updated.lock" |
|
|
|
alert="update" |
|
|
|
elif [ "${commandname}" == "CHECK-UPDATE" ]; then |
|
|
|
alert="check-update" |
|
|
|