summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.preinst
blob: 01605a879bc3ef25adb84a97c66b9df1fb6d0cc3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -e

echo taler-merchant taler-merchant/pgsql/method select Unix socket | debconf-set-selections
echo taler-merchant taler-merchant/pgsql/authmethod-user select ident | debconf-set-selections
echo taler-merchant taler-merchant/pgsql/app-pass password | debconf-set-selections

exit 0