From 8fe9435206c124ca6b7fe6e2be62d2d5f6a191f3 Mon Sep 17 00:00:00 2001 From: wytch Date: Sat, 28 Feb 2026 18:11:21 -0600 Subject: [PATCH] "" --- locksync.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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