Update
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
# shellcheck shell=bash1234adc
|
||||
# ==============================================================================
|
||||
# Home Assistant Add-on: Loki
|
||||
# This file configures nginx
|
||||
|
@ -47,5 +47,5 @@ if [ "${log_level}" == "debug" ]; then
|
||||
fi
|
||||
|
||||
bashio::log.info "Handing over control to Loki..."
|
||||
exec s6-setuidgid abc \
|
||||
exec s6-setuidgid loki \
|
||||
/usr/bin/loki "${loki_args[@]}"
|
||||
|
Reference in New Issue
Block a user