Skip to content

Commit

Permalink
Update reload-certificates.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-nubla authored Mar 13, 2023
1 parent 4e34f07 commit 4822ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-ca-client/rootfs/usr/bin/reload-certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ==============================================================================
set -e

bashio::log.notice "Services needs to be restarted so new certificates are loaded"
bashio::log.notice "Services need to be restarted so new certificates are loaded"
bashio::log.info "Restarting will be delayed 5m to avoid losing connectivity on add-on start"
bashio::log.info "If you want to force it, you can always restart this add-on and do it manually"
bashio::log.info "The add-on will not try to restart again until a new renewal is completed"
Expand All @@ -35,4 +35,4 @@ if ${RESTART_HA}; then
|| bashio::log.error "Failed to restart Home Assistant core"
fi

bashio::log.notice "Finished with the restarts"
bashio::log.notice "Finished with the restarts"

0 comments on commit 4822ee3

Please sign in to comment.