Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 22, 2023
1 parent f15d794 commit 1052c34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/watchdog
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fix_feeder () { # bring down the feeder Python app:
while :
do
# first sleep a bit
sleep "$MEASURE_INTERVAL" & wait !
sleep "$MEASURE_INTERVAL"

# then check if data is flowing
if ! monitor_feeder; then
Expand Down
Empty file modified rootfs/scripts/healthcheck.sh
100644 → 100755
Empty file.

0 comments on commit 1052c34

Please sign in to comment.