mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
799c409d37
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
|