From 044dc233251ba3e58e497c4b1f8bd0a946b35d18 Mon Sep 17 00:00:00 2001 From: wytch Date: Fri, 27 Feb 2026 20:04:32 -0600 Subject: [PATCH] Added shebang to config file --- savesync-logger[start](permanent).ash | 1 - savesync.conf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) 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