Updated functions for better error handling and logging feedback

This commit is contained in:
2026-02-27 19:30:56 -06:00
parent 9f9df79e62
commit f822aae759
3 changed files with 28 additions and 21 deletions

View File

@@ -20,9 +20,6 @@ log() {
[ "$DEBUG_MODE" -eq 1 ] && printf "%s\n" "$log_line"
}
# --- Continue message function ---
send_continue() {
}
# --- Sleep to ensure that the logger daemon has started ---
#