Update 00-banner.sh

This commit is contained in:
Alexandre
2022-06-09 19:49:20 +02:00
committed by GitHub
parent 9c367cb41f
commit 1bdd08bb84

View File

@@ -37,3 +37,7 @@ if bashio::supervisor.ping; then
bashio::log.blue \
'-----------------------------------------------------------'
fi
# Correct permissions
[ -d /etc/services.d ] && chmod -R 777 /etc/services.d
[ -d /etc/cont-init.d ] && chmod -R 777 /etc/cont-init.d