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: moving check


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: moving check
Date: Sat, 08 Jun 2019 19:58:52 +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 7ec59c8  moving check
7ec59c8 is described below

commit 7ec59c86e422d2c39726075b408c584b0aa057ff
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 19:58:47 2019 +0200

    moving check
---
 bin/taler-deployment-shared-data | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
index 01c8bc7..928acc2 100755
--- a/bin/taler-deployment-shared-data
+++ b/bin/taler-deployment-shared-data
@@ -13,8 +13,6 @@ if test -z $TALER_CONFIG_ENV; then
   exit 1
 fi
 
-SHARED_DATA=$(taler-config -s paths -o taler_deployment_shared -f)
-
 # Check shared-data/ exists
 if ! test -e $SHARED_DATA; then
   echo "Please bootstrap your setup first (run 'bootstrap-bluegreen' script?)."
@@ -26,6 +24,8 @@ if ! test -e $HOME/.conf/taler.conf; then
   exit 1
 fi
 
+SHARED_DATA=$(taler-config -s paths -o taler_deployment_shared -f)
+
 # Check if shared-data/ is clean.
 if test -e $SHARED_DATA/hier.lock; then
   echo "$SHARED_DATA locked, exiting"

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



reply via email to

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