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

  1. #!/bin/sh
  2. [ -e /etc/config/gnunet ] && exit 0
  3. touch /etc/config/gnunet
  4. uci batch <<EOF
  5. set gnunet.nse=gnunet-config
  6. set gnunet.nse.WORKDELAY='500 ms'
  7. commit gnunet
  8. EOF