From ae8449cc8bbe4525392b227cf0a19b8e8353fd99 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 14 Oct 2021 22:52:34 +0200 Subject: [PATCH] Update 20-folders --- grav/root/etc/cont-init.d/20-folders | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grav/root/etc/cont-init.d/20-folders b/grav/root/etc/cont-init.d/20-folders index 666d51941..5cf2a6207 100644 --- a/grav/root/etc/cont-init.d/20-folders +++ b/grav/root/etc/cont-init.d/20-folders @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/usr/bin/with-contenv bashio echo "Updating folders..." @@ -8,3 +8,5 @@ do mkdir -p $FOLDERS chown -R abc:abc $FOLDERS done + +bashio::log.warning "If error of missing folder when loading addon, just restart"