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: fix path to postg


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix path to postgres (still hardcoded).
Date: Fri, 09 Mar 2018 09:48:16 +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 83a7bd6  fix path to postgres (still hardcoded).
83a7bd6 is described below

commit 83a7bd647ae354c2f527715c115702688c20df17
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 09:47:56 2018 +0100

    fix path to postgres (still hardcoded).
---
 taler-arm/taler-postgres-standalone.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-arm/taler-postgres-standalone.conf 
b/taler-arm/taler-postgres-standalone.conf
index d1e1da8..3143df9 100644
--- a/taler-arm/taler-postgres-standalone.conf
+++ b/taler-arm/taler-postgres-standalone.conf
@@ -1,4 +1,5 @@
 [taler-postgres-standalone]
 TYPE = simple
-BINARY = /usr/lib/postgresql/9.5/bin/postgres
+# how to NOT hardcode PG version into the path below?
+BINARY = /usr/lib/postgresql/9.6/bin/postgres
 OPTIONS = -D $HOME/talerdb -k $HOME/sockets -h ""

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



reply via email to

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