commit 83a7bd647ae354c2f527715c115702688c20df17 parent 66f229042293d830b3fc1f7d19234e70a674db22 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 9 Mar 2018 09:47:56 +0100 fix path to postgres (still hardcoded). Diffstat:
| M | 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 @@ -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 ""