Skip to content

Commit d56742b

Browse files
committed
fix(monitor): will now restart instead of update if restart requested
1 parent 916e9f5 commit d56742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/command_monitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fn_monitor_check_update_source() {
167167
fn_script_log_info "Checking update: ${selfname} has requested an update and needs to be restarted"
168168
alert="update-request"
169169
alert.sh
170-
command_update.sh
170+
command_restart.sh
171171
core_exit.sh
172172
fi
173173
fi

0 commit comments

Comments
 (0)