Browse Source

fix(monitor): will now restart instead of update if restart requested

develop
Daniel Gibbs 4 weeks ago
parent
commit
d56742bee8
  1. 2
      lgsm/modules/command_monitor.sh

2
lgsm/modules/command_monitor.sh

@ -167,7 +167,7 @@ fn_monitor_check_update_source() {
fn_script_log_info "Checking update: ${selfname} has requested an update and needs to be restarted"
alert="update-request"
alert.sh
command_update.sh
command_restart.sh
core_exit.sh
fi
fi

Loading…
Cancel
Save