mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 23:24:31 +04:00
Wrap around dhtcache vs. datacache confusion which prevented the datacache service from starting. While at it, sanetize default package selection. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 lines
160 B
Bash
9 lines
160 B
Bash
#!/bin/sh
|
|
|
|
uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
|
|
|
|
uci -q batch <<EOF
|
|
set gnunet.psycstore.DATABASE=postgres
|
|
commit gnunet
|
|
EOF
|