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"