From 7ec3179e8fcde4033139616d5ecdf071e7df1b65 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 17 Sep 2015 15:01:19 +0100 Subject: Remove test from PATH --- triggers/firehose_trigger.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'triggers') diff --git a/triggers/firehose_trigger.sh b/triggers/firehose_trigger.sh index 9469cc0..8079c65 100644 --- a/triggers/firehose_trigger.sh +++ b/triggers/firehose_trigger.sh @@ -31,7 +31,5 @@ trove-id = cu010-trove trove-host = cu010-trove.codethink.com EOF SLAVEBIN=$(pwd)/bin -if [ ":$PATH:" != *":$SLAVEBIN:"* ]; then - PATH=$PATH:$SLAVEBIN -fi +PATH=$PATH:$SLAVEBIN python firehose_call.py "$1" -- cgit v1.2.1