Add test case for TARIFF

This commit is contained in:
Gerhard Hoffmann 2022-06-03 18:08:44 +02:00
parent 0285fed0a1
commit a769fe0e12

View File

@ -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"