Files
hasaddon/simple-scheduler/rootfs/etc/services.d/interface/finish
T
admins 088878a693 New Addon
Simple Schedule
2023-07-12 22:23:45 +07:00

11 lines
428 B
Plaintext
Executable File

#!/usr/bin/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: Example
# ==============================================================================
if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
bashio::log.warning "example 2 crashed, halting add-on"
/run/s6/basedir/bin/halt
fi
bashio::log.info "example 2 stoped, restarting..."