gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -run db initialization last


From: gnunet
Subject: [taler-merchant] branch master updated: -run db initialization last
Date: Wed, 25 Aug 2021 17:57:32 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new c1462d6b -run db initialization last
c1462d6b is described below

commit c1462d6bc63896940931696425d6c41a9798cfae
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 25 17:57:29 2021 +0200

    -run db initialization last
---
 debian/db/install/pgsql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
index a63ac5c2..7a960471 100755
--- a/debian/db/install/pgsql
+++ b/debian/db/install/pgsql
@@ -28,8 +28,6 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
             ;;
     esac
 fi
-# Run database initialization logic
-sudo -u postgres taler-merchant-dbinit -c /etc/taler/taler.conf
 # get database settings from dbconfig-common and configure
 # for service access!
 if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
@@ -61,3 +59,5 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
             ;;
     esac
 fi
+# Run database initialization logic
+sudo -u postgres taler-merchant-dbinit -c /etc/taler/taler.conf

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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