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: Keyup.


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

commit c390d35cf1f08f67a7f1268373c01635f7cbc954
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 19:35:34 2019 +0200

    Keyup.
    
    Refuse to run if taler.conf is not found.
---
 bin/taler-deployment-keyup | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 0c2525f..37b0dd9 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -10,6 +10,11 @@ if test -z $TALER_CONFIG_ENV; then
   exit 1
 fi
 
+if ! test -f $HOME/.config/taler.conf; then
+  echo "Please generate config file first (taler-deployment-config-generate)"
+  exit 1
+fi
+
 AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o autitor_inputs -f)
 AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f)
 EXHCANGE_PUB=$(taler-config -s exchange -o master_public_key)

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



reply via email to

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