summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurelien <aurelien@cwb.io>2014-01-11 12:39:37 +0100
committeraurelien <aurelien@cwb.io>2014-01-11 12:39:37 +0100
commit93eb77cbad072a25b9aa5542ce7fa59746ca9284 (patch)
tree8ac4480c5e7387da3252b3dd70e1509b8bd21b88
parenta1fe8b8d0b49b9285189b1e8e2b5858b0fa4e2aa (diff)
modification on db-update for mail
-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)