From 0028a864cc65456f0f9de4ef36131436d9b79d75 Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 21:13:51 -0600 Subject: [PATCH] Hopefully faster --- savesync[start](permanent).ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/savesync[start](permanent).ash b/savesync[start](permanent).ash index 6263c30..94cbb38 100644 --- a/savesync[start](permanent).ash +++ b/savesync[start](permanent).ash @@ -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