summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 09:20:38 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 09:20:38 +0100
commitf44a398618e3e668b357a8c2b58b3f750a074e34 (patch)
tree4b0abaa080628f5cbf256189e4cd64733b591f77
parent20fa0d512e32c54632515b5b78dc429c7906b4f2 (diff)
downloaddeployment-f44a398618e3e668b357a8c2b58b3f750a074e34.tar.gz
deployment-f44a398618e3e668b357a8c2b58b3f750a074e34.tar.bz2
deployment-f44a398618e3e668b357a8c2b58b3f750a074e34.zip
complete previous fix.
-rwxr-xr-xbootstrap-standalone2
1 files changed, 1 insertions, 1 deletions
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