Update run.sh

This commit is contained in:
Alexandre
2021-10-24 17:50:50 +02:00
committed by GitHub
parent 9166948688
commit cbba1be6ab

View File

@@ -5,6 +5,7 @@
###########
for SCRIPTS in "/00-banner.sh" "/92-local_mounts.sh" "/92-smb_mounts.sh"
do
chown $(id -u):$(id -g) $SCRIPTS
chmod a+x $SCRIPTS
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS