Update 00-smb_mounts.sh

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

View File

@@ -3,6 +3,11 @@
# shellcheck disable=
set -e
if ! bashio::supervisor.ping 2>/dev/null; then
bashio::log.blue "Disabled : please use another method"
exit 0
fi
####################
# DEFINE FUNCTIONS #
####################