mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Prevent fail
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user