Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2013-09-29 17:00:36 +0400
committerBryan Drewery <bryan@shatow.net>2013-09-29 17:00:36 +0400
commit7790f3e49c852aa6c206c11e616a06da174c6f51 (patch)
treeb86fa91f475ffcbc80770b377027f3a0b25d95fa /src/etc
parentdc93916b75489a12f186ff184fd238c3404e465d (diff)
Fix sample bulk.sh for stats
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/poudriere.d/hooks/bulk.sh.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/poudriere.d/hooks/bulk.sh.sample b/src/etc/poudriere.d/hooks/bulk.sh.sample
index 5c21c29c..177471ba 100644
--- a/src/etc/poudriere.d/hooks/bulk.sh.sample
+++ b/src/etc/poudriere.d/hooks/bulk.sh.sample
@@ -5,6 +5,7 @@ EMAIL_FROM=an@address.com
EMAIL_TO=another@address.com
status="$1"
+shift
if [ "$status" = "start" ]; then
mail_subject="[${MASTERNAME}] bulk started on `hostname`"