mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 19:41:53 +08:00
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
|