commit 8d31e636d98642208337ec668790cc71b5435f1a parent 3a9943fa8ce1e1ee7c35789d0bf02c37fc8d6bb7 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 28 Jun 2019 13:45:09 +0200 remove unbound variable Diffstat:
| M | bin/taler-deployment-arm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 "$@"