Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2025-02-11 15:05:09 +01:00
committed by GitHub
parent 0dbc7ffb8c
commit 991318bccd

View File

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