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