Changed topic so it actually works
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#
|
||||
. /recalbox/share/system/configs/savesync/savesync.conf
|
||||
|
||||
mosquitto_pub -h 127.0.0.1 -p 1883 -t "$TOPIC" "SaveLogStart=1"
|
||||
mosquitto_sub -h 127.0.0.1 -p 1883 -t "$TOPIC" | while IFS="=" read -r key value
|
||||
do
|
||||
case "$key" in
|
||||
|
||||
@@ -2,4 +2,4 @@ export LOG_FILE="/recalbox/share/system/logs/savesync_monitor.log"
|
||||
export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log"
|
||||
export DEBUG_MODE=1
|
||||
export REMOTE_BASE="saves:gamepi-tv"
|
||||
export TOPIC="/Recalbox/SaveSync/Event"
|
||||
export TOPIC="/Recalbox/EmulationStation/Event"
|
||||
|
||||
Reference in New Issue
Block a user