mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Update 99-run.sh
This commit is contained in:
@@ -70,11 +70,5 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Starting entrypoint scripts"
|
bashio::log.info "Starting entrypoint scripts"
|
||||||
|
|
||||||
export silent="false"
|
|
||||||
if bashio::config.true 'silent'; then
|
|
||||||
bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug"
|
|
||||||
export silent="true"
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p /storage
|
mkdir -p /storage
|
||||||
chown www-data:www-data /storage
|
chown www-data:www-data /storage
|
||||||
|
|||||||
Reference in New Issue
Block a user