From 8a8cef4a5adc5bc73bd58b293d4b40cf3352654a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jan 2022 13:14:39 +0100 Subject: [PATCH] Create 90-config_yaml.sh --- .templates/90-config_yaml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index d9a25ac83..f53d45e74 100644 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -7,6 +7,7 @@ # Where is the config CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION") +chmod 755 $CONFIGSOURCE # Check if config file is there, or create one from template if [ -f $CONFIGSOURCE ]; then