Update run.sh

This commit is contained in:
Alexandre
2021-11-14 23:23:17 +01:00
committed by GitHub
parent cf5ba2586e
commit c64c0813db

View File

@@ -10,7 +10,8 @@ for SCRIPTS in "/00-banner.sh" "/92-local_mounts.sh" "/92-smb_mounts.sh"; do
chmod a+x $SCRIPTS
sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' $SCRIPTS
/.$SCRIPTS &&
true # Prevents script crash on failure
true || true # Prevents script crash on failure
echo "exit $?"
done
##############