packages/net/gnunet/files/gnunet-social-pgsql.defaults
2018-10-18 16:56:47 +08:00

9 lines
160 B
Bash

#!/bin/sh
uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
uci -q batch <<EOF
set gnunet.psycstore.DATABASE=postgres
commit gnunet
EOF