9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
![]() |
#!/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
|