gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: make sure target dir exists be


From: gnunet
Subject: [taler-deployment] branch master updated: make sure target dir exists before copying
Date: Mon, 09 Mar 2020 09:13:01 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5c9dca7  make sure target dir exists before copying
5c9dca7 is described below

commit 5c9dca7649237e429c276b2de32ba27034501951
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 9 13:42:55 2020 +0530

    make sure target dir exists before copying
---
 bin/taler-deployment-prepare | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 20d737b..7f8c543 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -60,6 +60,7 @@ case $TALER_ENV_NAME in
         echo "Warning: Different exchange private key already exists, not 
copying"
       fi
     else
+      mkdir -p "$(dirname "$EXCHANGE_PRIV_FILE")"
       cp 
"$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv" 
"$EXCHANGE_PRIV_FILE"
     fi
     ;;

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



reply via email to

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