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