This commit is contained in:
swrup 2026-02-10 11:35:44 +01:00
parent ab1c64525d
commit 6a09280039
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -2,4 +2,4 @@ _build
data/secmod/* data/secmod/*
!data/secmod/.gitkeep !data/secmod/.gitkeep
taler_exchange_sql _taler_exchange_sql

View file

@ -19,7 +19,7 @@ set -e
taler_repo_url="https://git-www.taler.net/exchange.git/" taler_repo_url="https://git-www.taler.net/exchange.git/"
tmp_dir="/tmp/taler_exchange" tmp_dir="/tmp/taler_exchange"
out_dir="./taler_exchange_sql" out_dir="./_taler_exchange_sql"
init_sql="${out_dir}/init.sql" init_sql="${out_dir}/init.sql"
drop_sql="${out_dir}/drop.sql" drop_sql="${out_dir}/drop.sql"