From 03bc7da85734d2282ca884c4c14cdfc660e3f6b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:11:31 +0200 Subject: [PATCH] Update 00-banner.sh --- .templates/00-banner.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index f60853346..7eca588bf 100644 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -37,3 +37,10 @@ if bashio::supervisor.ping; then bashio::log.blue \ '-----------------------------------------------------------' fi + +# ============================================================================== +# Global actions for all addons +# ============================================================================== + +[ -d /etc/cont-init.d ] && chmod -R 777 /etc/cont-init.d +[ -d /etc/services.d ] && chmod -R 777 /etc/services.d