Skip to content

Commit

Permalink
Release 7.9.1 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Jun 26, 2024
1 parent 3ca95c4 commit 6ce71a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.9.1 2024-06-26 <dave at tiredofit dot ca>

### Changed
- Tweak to print_start function solving unneccessary delays


## 7.9.0 2024-06-25 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/00-container
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ print_start() {
exit 1
fi
print_debug "[process_restart] - Sleeping for ${CONTAINER_PROCESS_RUNAWAY_DELAY} seconds"
sleep "${CONTAINER_PROCESS_RUNAWAY_DELAY}"
if [ "${proc_start_count}" -g 1 ] ; then sleep "${CONTAINER_PROCESS_RUNAWAY_DELAY}" ; fi
fi
fi

Expand Down

0 comments on commit 6ce71a2

Please sign in to comment.