fix
This commit is contained in:
@@ -22,7 +22,12 @@ for path in $pathlist; do
|
|||||||
include=true
|
include=true
|
||||||
for word in "${blacklist[@]}"; do
|
for word in "${blacklist[@]}"; do
|
||||||
if echo "$path" | grep -qE "$word"; then
|
if echo "$path" | grep -qE "$word"; then
|
||||||
include=false
|
if echo "$path" | grep -qE "viction"; then
|
||||||
|
# excemption
|
||||||
|
include=$include
|
||||||
|
else
|
||||||
|
include=false
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user