From 69bc12addcedf9593e8abb3890023f09c300b54c Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 9 Jun 2022 14:12:27 +0200 Subject: [PATCH] Add tariff-files --- .githooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-merge b/.githooks/post-merge index e1a02b2..3b742a4 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -18,7 +18,7 @@ rm -f $OPKG_PULL_TMP rm -f $OPKG_CMDS_TMP for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do - if grep -E -q ".*(DC*.json|dc/dc2c.hex)" <<< $fn; then + if grep -E -q ".*(DC*.json|dc/dc2c.hex|tariff*.json)" <<< $fn; then echo "$fn" >> $GIT_PULL_TMP fi if grep -E -q ".*opkg_commands" <<< $fn; then