Make cosmetic changes

This commit is contained in:
Nick Chambers 2021-11-23 00:19:12 -06:00
parent 1bf80fb4d2
commit b92dcbc2a8
1 changed files with 1 additions and 2 deletions

3
rowbot
View File

@ -555,7 +555,7 @@ on_sys_before_995_bootup() {
}
on_sys_after_005_bootup() {
log_debug "reloading the config"
log_debug "retreiving the config"
get_assoc_array config
}
@ -712,7 +712,6 @@ on_sys_register_999_annoyatron900() {
on_sys_exit_997_annoyatron900() {
log_debug "shutting down annoyatron900"
if NS=annoyatron900 state_has alarm-pid; then
# The only possible fail conditions are already checked for.
# shellcheck disable=SC2155