You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
287 B

#!/bin/sh
uci -q get gnunet.peerstore || uci set gnunet.peerstore=gnunet-config
uci -q batch <<EOF
del gnunet.peerstore_flat
set gnunet.peerstore_flat=gnunet-config
set gnunet.peerstore_flat.FILENAME=/etc/gnunet/peerstore.flat
set gnunet.peerstore.DATABASE=flat
commit gnunet
EOF