mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 18:09:20 +08:00
9 lines
160 B
Bash
9 lines
160 B
Bash
#!/bin/sh
|
|
|
|
uci -q get gnunet.datastore || uci set gnunet.datastore=gnunet-config
|
|
|
|
uci -q batch <<EOF
|
|
set gnunet.datastore.DATABASE=postgres
|
|
commit gnunet
|
|
EOF
|