du script working!

This commit is contained in:
2023-05-10 16:15:36 +02:00
parent a3c06ef825
commit 0ffd304d2d
5 changed files with 183 additions and 128 deletions

View File

@ -9,7 +9,7 @@ for config in configs/*.yaml
do
site="$(basename ${config/.yaml/})"
echo "Scan $site"
./scan "$site" &
./scan "$site"
done
popd > /dev/null
popd > /dev/null