mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
Import uci-defaults scripts to auto-set psycstore database backend. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 lines
157 B
Bash
9 lines
157 B
Bash
#!/bin/sh
|
|
|
|
uci -q get gnunet.psycstore || uci set gnunet.psycstore=gnunet-config
|
|
|
|
uci -q batch <<EOF
|
|
set gnunet.psycstore.DATABASE=mysql
|
|
commit gnunet
|
|
EOF
|