9 lines
157 B
Text
9 lines
157 B
Text
|
#!/bin/sh
|
||
|
|
||
|
uci -q get gnunet.dhtcache || uci set gnunet.dhtcache=gnunet-config
|
||
|
|
||
|
uci -q batch <<EOF
|
||
|
set gnunet.dhtcache.DATABASE=postgres
|
||
|
commit gnunet
|
||
|
EOF
|