summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-cleanup b/db-cleanup
index 3b5ea13..989bda1 100755
--- a/db-cleanup
+++ b/db-cleanup
@@ -63,7 +63,7 @@ for POOL in "${PKGPOOLS[@]}" "${SRCPOOLS[@]}"; do
"${FTP_BASE}/${POOL}/"
done
-msg "Removing symlinks:"
+msg "Removing dead symlinks:"
find -L "${FTP_BASE}/" -type l
"${CLEANUP_DRYRUN}" || find -L "${FTP_BASE}/" -type l -delete