Add test case for TARIFF
This commit is contained in:
parent
0285fed0a1
commit
a769fe0e12
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user