This commit is contained in:
2026-02-28 18:11:21 -06:00
parent c1dea85bed
commit 8fe9435206

View File

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