rmport: use "cleanup" instead of "*/*"

This commit is contained in:
Rene Ladan 2021-07-03 19:56:00 +02:00
parent ca7285a75a
commit 18860205ed
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ fi
gitlog=$(mktemp -t gitlog)
gitrmlist=$(mktemp -t gitrmlist)
echo "*/*: Remove expired ports:" > ${gitlog}
echo "cleanup: Remove expired ports:" > ${gitlog}
echo "" >> ${gitlog}
for catport in $* ; do