Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
erik73 committed Jul 28, 2022
1 parent d3c7c5b commit 9d243d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steve/rootfs/etc/services.d/steve/finish
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Take down the S6 supervision tree when SteVe fails
# ==============================================================================
if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
bashio::log.warning "steve crashed, halting add-on"
bashio::log.warning "SteVe crashed, halting add-on"
/run/s6/basedir/bin/halt
fi

bashio::log.info "steve stopped, restarting..."
bashio::log.info "SteVe stopped, restarting..."

0 comments on commit 9d243d5

Please sign in to comment.