summaryrefslogtreecommitdiff
path: root/taler-build/switch_active.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-17 17:20:18 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-17 17:20:18 +0200
commitdb696908036703449cc1a70bcdec9b796abb18cd (patch)
tree0ccf81e61d71467b881211e1a5847802d2e590ce /taler-build/switch_active.sh
parent398c0443ac8273f2b2d45a5a42c242221c0c6146 (diff)
downloaddeployment-db696908036703449cc1a70bcdec9b796abb18cd.tar.gz
deployment-db696908036703449cc1a70bcdec9b796abb18cd.tar.bz2
deployment-db696908036703449cc1a70bcdec9b796abb18cd.zip
not using absolute paths (when executing binaries) in scripts called by buildbot
Diffstat (limited to 'taler-build/switch_active.sh')
-rwxr-xr-xtaler-build/switch_active.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index bc64ed6..6d9f375 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -24,8 +24,8 @@ fi
# build and restart
# FIXME calling 'make check' before switching still missing
-$HOME/deployment/bin/taler-deployment-build
-$HOME/deployment/bin/taler-deployment-restart
+taler-deployment-build
+taler-deployment-restart
# check exit code
if [[ $? == 0 ]]