summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-update1
1 files changed, 1 insertions, 0 deletions
diff --git a/db-update b/db-update
index 99c8be5..73d5d3f 100755
--- a/db-update
+++ b/db-update
@@ -91,5 +91,6 @@ while read -r file; do
else
mkdir -p -- "${pub%/*}"
mv -vn "$file" "$pub"
+ echo "At `date`, script \"`basename $0`\" mailed to "maintenance@lists.parabolagnulinux.org"."
fi
done < <(find other sources -type f)