Update 99-run.sh

This commit is contained in:
Alexandre
2023-12-29 14:11:42 +01:00
committed by GitHub
parent a0f9b133b4
commit e8f466023d

View File

@@ -86,7 +86,7 @@ function check_path () {
cp "$file" /tmpfile
# Loop through each line of the input file
while read line
while read -r line
do
# Check if the line contains a txt file
if [[ "$line" =~ \.txt ]] || [[ "$line" =~ \.crt ]]; then