Added shebang to config file
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
touch "$LOG_FILE"
|
||||
|
||||
|
||||
log_to_file() {
|
||||
printf "%s\n" "$1" >> "$LOG_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
|
||||
|
||||
Reference in New Issue
Block a user