get going with tron

This commit is contained in:
Sebastian
2024-12-15 08:27:07 +01:00
parent 422a4d0f5a
commit c299275992
3 changed files with 5 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ for part in "${parts[@]}"; do
if $include; then
pathlist=$(cat $BASEPATH/$part | grep -oP "(?<=stripprefix\.prefixes).*\"" | cut -d'=' -f2- | sed 's/.$//')
#pathlist=$(cat $BASEPATH/$part | grep -oP "(?<=stripprefix\.prefixes).*\"" | cut -d'=' -f2- | sed 's/.$//')
pathlist=$(cat $BASEPATH/$part | grep -oP "(?<=PathPrefix).*\"" | cut -d'`' -f2-2)
for path in $pathlist; do
path_include=true