First Commit
[librecmc/package-feed.git] / net / gnunet / files / gnunet-social-pgsql.defaults
1 #!/bin/sh
2
3 uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
4
5 uci -q batch <<EOF
6         set gnunet.psycstore.DATABASE=postgres
7         commit gnunet
8 EOF