Prevent fail

This commit is contained in:
Alexandre
2025-03-02 23:11:44 +01:00
committed by GitHub
parent 8c71244a74
commit ccfff72ea1

View File

@@ -47,11 +47,11 @@ else
else else
bashio::log.fatal "Couldn't set automatic timezone! Please set a manual one from the options." bashio::log.fatal "Couldn't set automatic timezone! Please set a manual one from the options."
fi fi
fi fi || true
# Ensure minimal structure # Ensure minimal structure
mkdir -p "$HOME"/BirdSongs/StreamData mkdir -p "$HOME"/BirdSongs/StreamData || true
touch "$HOME"/BirdSongs/StreamData/analyzing_now.txt touch "$HOME"/BirdSongs/StreamData/analyzing_now.txt || true
bashio::log.info "Starting system services" bashio::log.info "Starting system services"