From f44a398618e3e668b357a8c2b58b3f750a074e34 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 9 Mar 2018 09:20:38 +0100 Subject: complete previous fix. --- bootstrap-standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-standalone') diff --git a/bootstrap-standalone b/bootstrap-standalone index 3e80c1f..8e69a42 100755 --- a/bootstrap-standalone +++ b/bootstrap-standalone @@ -35,7 +35,7 @@ for component in bank merchant landing exchange donations blog survey auditor ba done if ! test -d $HOME/talerdb; then - /usr/lib/postgresql/9.5/bin/initdb -D talerdb -U $USER + $PGBINDIR/initdb -D talerdb -U $USER fi mkdir -p $HOME/sockets -- cgit v1.2.3