diff --git a/savesync-logger[start](permanent).ash b/savesync-logger[start](permanent).ash index 74997cf..839b57d 100644 --- a/savesync-logger[start](permanent).ash +++ b/savesync-logger[start](permanent).ash @@ -5,7 +5,6 @@ touch "$LOG_FILE" - log_to_file() { printf "%s\n" "$1" >> "$LOG_FILE" } diff --git a/savesync.conf b/savesync.conf index b908c96..02cec19 100644 --- a/savesync.conf +++ b/savesync.conf @@ -1,3 +1,5 @@ +#!/bin/ash +#shellcheck shell=dash export LOG_FILE="/recalbox/share/system/logs/savesync_monitor.log" export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log" export DEBUG_MODE=1