[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: logging dockerize
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: logging dockerized |
Date: |
Wed, 04 Jan 2017 19:09:40 +0100 |
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 50c8842 logging dockerized
50c8842 is described below
commit 50c8842594cf3ab35f5a474ff96595df178a295a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 4 19:09:32 2017 +0100
logging dockerized
---
docker/exchange/entry_point.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/exchange/entry_point.sh b/docker/exchange/entry_point.sh
index fcadb5a..28c023e 100755
--- a/docker/exchange/entry_point.sh
+++ b/docker/exchange/entry_point.sh
@@ -2,6 +2,7 @@
if ! test -a $HOME/shared-data/exchange/offline-keys/master.priv; then
+ echo "Regenerating all keys and db entries"
(su -c "createuser --host=dbcontainer root" - postgres | exit 0)
(su -c "createdb --host=dbcontainer talertest" - postgres | exit 0)
mkdir -p $HOME/shared-data/exchange/offline-keys/
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: logging dockerized,
gnunet <=