commit f44a398618e3e668b357a8c2b58b3f750a074e34 parent 20fa0d512e32c54632515b5b78dc429c7906b4f2 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 9 Mar 2018 09:20:38 +0100 complete previous fix. Diffstat:
| M | bootstrap-standalone | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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