sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit f8890bcac5947f08028480410d7d2574a76064c0
parent 9a91281cbb98d88e6a89379ff3e00074b8a34ba5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 30 Nov 2023 20:58:47 +0900

add -c option to dbinit call

Diffstat:
Mcontrib/sync-dbconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sync-dbconfig b/contrib/sync-dbconfig @@ -124,7 +124,7 @@ fi if [ 0 = "$SKIP_DBINIT" ] then echo "Initializing database $DBNAME." 1>&2 - sudo -u "$DBUSER" sync-dbinit + sudo -u "$DBUSER" sync-dbinit -c "$CFGFILE" fi echo "Database configuration finished." 1>&2