Merge branch 'master' into age-withdraw

This commit is contained in:
Özgür Kesim 2023-07-18 13:35:05 +02:00
commit c424cf99ab
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
2 changed files with 869 additions and 590 deletions

View File

@ -75,6 +75,8 @@ mkdir -p "$(dirname "$BASEDB")"
echo "Dumping database ${BASEDB}.sql"
pg_dump -O "auditor-basedb" | sed -e '/AS integer/d' > "${BASEDB}.sql"
cp "${CONF}.edited" "${BASEDB}.conf"
cp "$(taler-config -c "${CONF}.edited" -s exchange-offline -o MASTER_PRIV_FILE -f)" "${BASEDB}.mpriv"
# clean up
echo -n "Final clean up ..."

File diff suppressed because it is too large Load Diff