summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-23 19:26:33 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-23 19:26:33 +0100
commitbe7c54710e0c41322fbc88e959c703e78055d58b (patch)
treecc4b9213b7ec03c023e4f8eadb976b4221e43fbc /bin
parent570f2813a75f7b24fced443b7b936ce9a151067c (diff)
downloaddeployment-be7c54710e0c41322fbc88e959c703e78055d58b.tar.gz
deployment-be7c54710e0c41322fbc88e959c703e78055d58b.tar.bz2
deployment-be7c54710e0c41322fbc88e959c703e78055d58b.zip
Removing ~/local/bin from exchange tools calls
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-config-sign2
-rwxr-xr-xbin/taler-deployment-keyup2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
index 5032fe0..0f6e082 100755
--- a/bin/taler-deployment-config-sign
+++ b/bin/taler-deployment-config-sign
@@ -7,6 +7,6 @@ base=$HOME
export PATH="$base/deployment":$PATH
for f in ~/.config/taler/exchange/wire/*.unsigned.json; do
- ~/local/bin/taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
+ taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json"
done
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 5a44bba..89502a8 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -2,6 +2,6 @@
set -eu
-~/local/bin/taler-exchange-keyup -m shared-data/exchange/offline-keys/master.priv
+taler-exchange-keyup -m shared-data/exchange/offline-keys/master.priv
chmod -fR g+rw shared-data