File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,17 @@ fn_monitor_check_debug() {
52
52
fi
53
53
}
54
54
55
+ fn_monitor_check_details () {
56
+ if [ " $( pgrep -fcx -u " ${USER} " " /bin/bash ./${selfname} details" ) " != " 0" ] || [ " $( pgrep -fcx -u " ${USER} " " /bin/bash ./${selfname} dt" ) " != " 0" ]; then
57
+ fn_print_dots " Checking details: "
58
+ fn_print_checking_eol
59
+ fn_print_info " Checking details: Details is running: "
60
+ fn_print_info_eol_nl
61
+ fn_script_log_pass " Checking details: Details is running"
62
+ core_exit.sh
63
+ fi
64
+ }
65
+
55
66
fn_monitor_check_starting () {
56
67
# Remove stale lockfile.
57
68
if [ -f " ${lockdir} /${selfname} -starting.lock" ]; then
@@ -380,10 +391,11 @@ core_logs.sh
380
391
info_game.sh
381
392
382
393
# query pre-checks
383
- fn_monitor_check_update_source
384
- fn_monitor_check_update
394
+ fn_monitor_check_details
385
395
fn_monitor_check_backup
386
396
fn_monitor_check_debug
397
+ fn_monitor_check_update_source
398
+ fn_monitor_check_update
387
399
fn_monitor_check_monitoring
388
400
fn_monitor_check_starting
389
401
fn_monitor_check_stopping
You can’t perform that action at this time.
0 commit comments