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