mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 19:23:09 +00:00
9 lines
156 B
Bash
9 lines
156 B
Bash
#!/bin/sh
|
|
|
|
uci -q get gnunet.datastore || uci set gnunet.datastore=gnunet-config
|
|
|
|
uci -q batch <<EOF
|
|
set gnunet.datastore.DATABASE=heap
|
|
commit gnunet
|
|
EOF
|