This commit is contained in:
Para Dox
2025-04-14 12:45:39 +07:00
parent a2679d1d0b
commit f1bcd0aef2

View File

@@ -16,7 +16,7 @@ else
PROTO="https"
fi
pathlist=$(cat $BASEPATH/$1.yml | grep -oP "(?<=stripprefix\.prefixes).*\"" | cut -d'=' -f2- | sed 's/.$//')
pathlist=$(cat $BASEPATH/$1.yml | grep -oP "stripprefix\.prefixes.*?/\K[^\"]+")
for path in $pathlist; do
include=true