summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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