From 1bdd08bb847d25923860f8d3622eec0725d03271 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Jun 2022 19:49:20 +0200 Subject: [PATCH] Update 00-banner.sh --- .templates/00-banner.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index f60853346..0d3654550 100644 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -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