Merge pull request 'fix: fix: phase-handler.sh references LAST_PHASE_MTIME which is now internal to monitor_phase_loop (#181)' (#182) from fix/issue-181 into main
This commit is contained in:
commit
b38b2b13ae
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ monitor_phase_loop() {
|
|||
|
||||
# Phase changed
|
||||
last_mtime="$phase_mtime"
|
||||
# shellcheck disable=SC2034 # read by phase-handler.sh callback
|
||||
LAST_PHASE_MTIME="$phase_mtime"
|
||||
idle_elapsed=0
|
||||
|
||||
# Terminal phases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue