Alexandre
2025-02-09 17:16:38 +01:00
parent b51b4a84a9
commit 45bfb53f61
4 changed files with 25 additions and 11 deletions

View File

@@ -180,7 +180,7 @@ bashio::log.info "Please wait while the app is loading !"
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"
/./usr/local/bin/entrypoint.sh >/dev/null
sudo -Eu www-data bash -c 'cd /var/www/html && /scripts/11-execute-things.sh >/dev/null'
else
/./usr/local/bin/entrypoint.sh
sudo -Eu www-data bash -c 'cd /var/www/html && /scripts/11-execute-things.sh'
fi