diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-23 15:01:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-23 15:01:07 +0200 |
commit | 16e2ac079eb67d1615e983047d2024015ce9bb42 (patch) | |
tree | c42a4c46d7588e39f92cfa7dd7024c7126939782 | |
parent | 77e06dda9179e6b26184824414195a64c88f3d23 (diff) |
-ignore locale/ dir
-rw-r--r-- | src/mhd/mhd_legal.c | 3 | ||||
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index dfda58ac9..137cc436a 100644 --- a/src/mhd/mhd_legal.c +++ b/src/mhd/mhd_legal.c @@ -658,6 +658,9 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg, if (lang[0] == '.') continue; + if (0 == strcmp (lang, + "locale")) + continue; load_language (legal, path, lang); diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 48e164c2f..7bf14d4fb 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -570,7 +570,7 @@ then --timeout=1 \ --user admin \ --password secret \ - "http://localhost:8082/" \ + "http://localhost:${BANK_PORT}/" \ -o /dev/null \ -O /dev/null >/dev/null || continue OK="1" |