""
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user