Update run.sh

This commit is contained in:
Alexandre
2021-10-24 17:52:19 +02:00
committed by GitHub
parent ae07369890
commit 3dae74ffbd

View File

@@ -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