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