mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
85b5a6c485
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
270 B
Bash
11 lines
270 B
Bash
#!/bin/sh
|
|
|
|
uci -q get gnunet.namestore || uci set gnunet.namestore=gnunet-config
|
|
uci -q get gnunet.namecache || uci set gnunet.namecache=gnunet-config
|
|
|
|
uci -q batch <<EOF
|
|
set gnunet.namestore.DATABASE=postgres
|
|
set gnunet.namecache.DATABASE=postgres
|
|
commit gnunet
|
|
EOF
|