From f5dfc19f41fbe9a7e492afff887918a7486078bd Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 8 Mar 2022 08:53:46 -0500 Subject: [PATCH] bugfix --- root/scripts/video-pp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/video-pp.bash b/root/scripts/video-pp.bash index a879abc..9309077 100644 --- a/root/scripts/video-pp.bash +++ b/root/scripts/video-pp.bash @@ -61,7 +61,7 @@ function Main { fi # check for video files - if find "$1" -type f -iregex ".*/.*\.\(mkv\|mp4\|avi\)" | read; then + if find "$1" -type f -regex ".*/.*\.\(mkv\|mp4\|avi\)" | read; then sleep 0.1 else log "ERROR: No video files found for processing"