Skip to content

Commit

Permalink
Set a default value for interval tries in omr-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Jan 16, 2024
1 parent f350523 commit 08916a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omr-tracker/files/etc/init.d/omr-tracker
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ _launch_tracker() {
[ -z "${check_quality}" ] && check_quality=0
[ -z "${tries}" ] && tries=5
[ -z "${tries_up}" ] && tries_up=${tries}
[ -z "${failure_interval}" ] && failure_interval=5

procd_open_instance
# shellcheck disable=SC2086
Expand Down

0 comments on commit 08916a7

Please sign in to comment.