Skip to content

Commit

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

### Changed
- Fix issue with creating blank files on startup


## 7.8.21 2024-02-01 <dave at tiredofit dot ca>

### Added
Expand Down
4 changes: 2 additions & 2 deletions install/etc/cont-init.d/00-startup
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bash

chmod -f -R 0755 /assets/{defaults,functions} > /dev/null 2&>1
chmod -f -R 0755 /etc/{cont-init.d,cont-finish.d,services.available} > /dev/null 2&>1
chmod -f -R 0755 /assets/{defaults,functions} > /dev/null 2>&1
chmod -f -R 0755 /etc/{cont-init.d,cont-finish.d,services.available} > /dev/null 2>&1
source /assets/functions/00-container
output_off
PROCESS_NAME="container-init"
Expand Down

0 comments on commit 9a6a8ce

Please sign in to comment.