Skip to content

Commit

Permalink
fix typo/bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Nov 9, 2023
1 parent 26392d0 commit fa6184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/message-monitor
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
secs_since_last_check="$(( $(date +%s) - $(stat -c '%Y' /run/stats/msgs_since_last_monitor_run) ))"
else
old_msg_count=0
secs_since_last_check="$(( $(date +%s) - $(stat -c '%Y' /run/service/skyaware) ))" # use skyaware978 modify time as the creation time of the container
secs_since_last_check="$(( $(date +%s) - $(stat -c '%Y' /run/service/skyaware978) ))" # use skyaware978 modify time as the creation time of the container
fi

# if new_msg_count < old_msg_count, dump978 must have restarted since the previous run of this script
Expand Down

0 comments on commit fa6184d

Please sign in to comment.