diff --git a/savesync-logger[start](permanent).ash b/savesync-logger[start](permanent).ash index 839b57d..0e53852 100644 --- a/savesync-logger[start](permanent).ash +++ b/savesync-logger[start](permanent).ash @@ -4,6 +4,7 @@ . /recalbox/share/system/configs/savesync/savesync.conf touch "$LOG_FILE" +touch "$ERROR_FILE" log_to_file() { printf "%s\n" "$1" >> "$LOG_FILE" diff --git a/savesync.conf b/savesync.conf index 02cec19..cd0bd2e 100644 --- a/savesync.conf +++ b/savesync.conf @@ -5,4 +5,4 @@ export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log" export DEBUG_MODE=1 export REMOTE_BASE="saves:gamepi-tv" export TOPIC="/Recalbox/EmulationStation/Event" -export LOG_TOPIC="Recalbox/Log/Service" +export LOG_TOPIC="/Recalbox/Log/Service"