mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Change entrypoint execution to use 'su' command
This commit is contained in:
@@ -42,4 +42,4 @@ nginx || true &
|
|||||||
true
|
true
|
||||||
|
|
||||||
bashio::log.info "Starting entrypoint"
|
bashio::log.info "Starting entrypoint"
|
||||||
/./home/wger/entrypoint.sh
|
su -p -s /bin/bash wger -c "/home/wger/entrypoint.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user