-ignore locale/ dir
This commit is contained in:
parent
77e06dda91
commit
16e2ac079e
@ -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);
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user