Skip to content

Commit

Permalink
Don't chown /app
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jul 6, 2024
1 parent 49bb243 commit 21c9e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ param_ports:
- {external_port: "8080", internal_port: "8080", port_desc: "WebUI"}
- {external_port: "50000", internal_port: "50000", port_desc: "HABridge communication port."}

readonly_supported: true

# application setup block
app_setup_block_enabled: true
app_setup_block: |
Expand Down
1 change: 0 additions & 1 deletion root/etc/s6-overlay/s6-rc.d/init-habridge-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ fi

# set permissions
lsiown -R abc:abc \
/app \
/config

0 comments on commit 21c9e2e

Please sign in to comment.