Daniel Gibbs
10 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
2 additions and
1 deletions
-
lgsm/modules/command_monitor.sh
|
|
@ -416,6 +416,7 @@ fn_monitor_check_monitoring |
|
|
|
fn_monitor_check_starting |
|
|
|
fn_monitor_check_stopping |
|
|
|
fn_monitor_check_session |
|
|
|
fn_monitor_check_restart_request |
|
|
|
|
|
|
|
# Monitor will not continue if session only check. |
|
|
|
if [ "${querymode}" != "1" ]; then |
|
|
@ -428,5 +429,5 @@ if [ "${querymode}" != "1" ]; then |
|
|
|
|
|
|
|
fn_monitor_loop |
|
|
|
fi |
|
|
|
fn_monitor_check_restart_request |
|
|
|
|
|
|
|
core_exit.sh |
|
|
|