Added shebang to config file

This commit is contained in:
2026-02-27 20:04:32 -06:00
parent 69419cb3f2
commit 044dc23325
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,6 @@
touch "$LOG_FILE"
log_to_file() {
printf "%s\n" "$1" >> "$LOG_FILE"
}

View File

@@ -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