diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index e65d2067f..778fbf9e6 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -2,6 +2,11 @@ # shellcheck shell=bash set -e +if ! bashio::supervisor.ping 2>/dev/null; then + bashio::log.blue "Disabled : please use another method" + exit 0 +fi + ###################### # MOUNT LOCAL SHARES # ######################