summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-arm
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 13:45:09 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 13:45:09 +0200
commit8d31e636d98642208337ec668790cc71b5435f1a (patch)
tree7b9a4d48a1e61a18a20d6f04f210aa0f79c3adc8 /bin/taler-deployment-arm
parent3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7 (diff)
downloaddeployment-8d31e636d98642208337ec668790cc71b5435f1a.tar.gz
deployment-8d31e636d98642208337ec668790cc71b5435f1a.tar.bz2
deployment-8d31e636d98642208337ec668790cc71b5435f1a.zip
remove unbound variable
Diffstat (limited to 'bin/taler-deployment-arm')
-rwxr-xr-xbin/taler-deployment-arm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm
index 4ab2fe5..e1c2112 100755
--- a/bin/taler-deployment-arm
+++ b/bin/taler-deployment-arm
@@ -8,4 +8,4 @@ export PATH="$HOME/local/bin":$PATH
ulimit -c $((100 * 1024))
mkdir -p $HOME/logs
-exec gnunet-arm -c $base/deployment/gnunet.conf "$@"
+exec gnunet-arm -c $HOME/deployment/gnunet.conf "$@"