mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
add sed to remove folders
This commit is contained in:
parent
964d6f9118
commit
35e2f53e30
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ CHECK_URL_RESSOURCES()
|
|||
rm "$RESULTS/portal"
|
||||
fi
|
||||
|
||||
wc -l "$RESULTS"/*
|
||||
wc -l "$RESULTS"/* | sed "s|$RESULTS||"
|
||||
rm "$URLS_TO_TEST"
|
||||
rm -rf "$RESULTS"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue