diff --git a/locksync.ash b/locksync.ash index c7f3eba..9b71d2e 100644 --- a/locksync.ash +++ b/locksync.ash @@ -11,7 +11,7 @@ log() { printf "[%s] [%s] %s\n" "$(date '+%Y-%m-%d %H:%M:%S')" "$1" "$2" >>"$LOG_FILE" } -locks=$(find /recalbox/share/saves -name "*.lock") +locks="$(find /recalbox/share/saves -name "*.lock")" if [ -z "$locks" ]; then log "INFO" "No game locks found" else