summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
Diffstat (limited to 'triggers')
-rw-r--r--triggers/firehose_trigger.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh
index 55b0d6c..9469cc0 100644
--- a/triggers/firehose_trigger.sh
+++ b/triggers/firehose_trigger.sh
@@ -30,5 +30,8 @@ install -D -m644 /dev/stdin ~/.morph.conf <<'EOF'
trove-id = cu010-trove
trove-host = cu010-trove.codethink.com
EOF
-# call firehose
+SLAVEBIN=$(pwd)/bin
+if [ ":$PATH:" != *":$SLAVEBIN:"* ]; then
+ PATH=$PATH:$SLAVEBIN
+fi
python firehose_call.py "$1"