gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: remove unbound va


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: remove unbound variable
Date: Thu, 27 Jun 2019 14:04:36 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dc41a1e  remove unbound variable
dc41a1e is described below

commit dc41a1ef932f46be3d7d043ded785b2f8fb0eb84
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 27 14:04:29 2019 +0200

    remove unbound variable
---
 bin/taler-deployment-arm | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/bin/taler-deployment-arm b/bin/taler-deployment-arm
index ade8b4f..4ab2fe5 100755
--- a/bin/taler-deployment-arm
+++ b/bin/taler-deployment-arm
@@ -2,19 +2,10 @@
 
 set -eu
 
-base=$HOME
-
-export GNUNET_BASE_CONFIG=$base/deployment/taler-arm
-export PATH="$base/local/bin":$PATH
-
-logdir=$base/logs
-
 export GNUNET_FORCE_LOG="util;;;;WARNING/taler;;;;DEBUG/twister;;;;DEBUG"
-
-cd $HOME/$color
+export GNUNET_BASE_CONFIG=$HOME/deployment/taler-arm
+export PATH="$HOME/local/bin":$PATH
 
 ulimit -c $((100 * 1024))
-
-mkdir -p $logdir
-
+mkdir -p $HOME/logs
 exec gnunet-arm -c $base/deployment/gnunet.conf "$@"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]