Hopefully faster

This commit is contained in:
2026-02-27 21:13:51 -06:00
parent 7e75806f84
commit 0028a864cc

View File

@@ -72,7 +72,7 @@ mosquitto_sub -h 127.0.0.1 -p 1883 -q 0 -t "$TOPIC" | while IFS="=" read -r key
# FIX: Ensure you are sending the EXACT key the publisher is waiting for
# If your publisher is looking for "SaveSync", change "SaveContinue" below
mosquitto_pub -h 127.0.0.1 -p 1883 -t "$RESPONSE_TOPIC" -m "SaveSync=0"
mosquitto_pub -h 127.0.0.1 -p 1883 -t "$RESPONSE_TOPIC" -m "SaveSync=ok"
) &
log "DEBUG" "Sync backgrounded."
fi