From 3dae74ffbd085bdaf4f143bdb969e974fb7010d5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Oct 2021 17:52:19 +0200 Subject: [PATCH] Update run.sh --- cloudcommander/rootfs/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudcommander/rootfs/run.sh b/cloudcommander/rootfs/run.sh index 3190e71ef..b46fdf9a8 100644 --- a/cloudcommander/rootfs/run.sh +++ b/cloudcommander/rootfs/run.sh @@ -6,6 +6,7 @@ for SCRIPTS in "/00-banner.sh" "/92-local_mounts.sh" "/92-smb_mounts.sh" do + bashio::log.info $SCRIPTS chown $(id -u):$(id -g) $SCRIPTS chmod a+x $SCRIPTS sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS