Skip to content

Commit

Permalink
Release 7.8.18 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Dec 5, 2023
1 parent d5626c3 commit 3894150
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.8.18 2023-12-05 <dave at tiredofit dot ca>

### Changed
- Mod service_stop function to not pass DONOTSTART when turning off a different service"


## 7.8.17 2023-11-09 <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 @@ -1302,7 +1302,7 @@ service_stop() {
if [ "${1}" != "$(basename "$0")" ] ; then
echo "DONOTSTART added by $(basename \""$0"\")" >> /tmp/.container/"${1}"-init
fi
DONOTSTART=TRUE
#DONOTSTART=TRUE
}

set_timezone() {
Expand Down

0 comments on commit 3894150

Please sign in to comment.