Added sleep so the logger starts first

This commit is contained in:
2026-02-27 20:01:57 -06:00
parent 382a096c1b
commit 69419cb3f2

View File

@@ -31,7 +31,7 @@ log() {
# --- Sleep to ensure that the logger daemon has started --- # --- Sleep to ensure that the logger daemon has started ---
# #
sleep 2
log "INFO" "--- ES Event Daemon Started ---" log "INFO" "--- ES Event Daemon Started ---"