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.
 
 
 
 
 
 

14 lines
174 B

#!/bin/sh
[ -e /etc/config/gnunet ] && exit 0
touch /etc/config/gnunet
uci batch <<EOF
set gnunet.nse=gnunet-config
set gnunet.nse.WORKDELAY='500 ms'
commit gnunet
EOF