From a769fe0e1281a94493d55136e1c5a2c053293608 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 3 Jun 2022 18:08:44 +0200 Subject: [PATCH] Add test case for TARIFF --- update_psa_helpers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_psa_helpers b/update_psa_helpers index d9a799d..4da6ecf 100755 --- a/update_psa_helpers +++ b/update_psa_helpers @@ -62,6 +62,8 @@ copy () { if grep -qE "^.*$DC\s*$" <<< ${f}; then __p="${DC_SYS_DIR}/${__f}" log_debug "$func:${LINENO}: __m=$__m" + elif grep -qE "^.*tariff[0-9][0-9][.]json\s*$" <<< ${f}; then + __p="${TARIFF_SYS_DIR}/${__f}" elif grep -qE "^.*[.]json\s*$" <<< ${f}; then __p="${CONF_SYS_DIR}/${__f}" log_debug "$func:${LINENO}: __m=$__m"