usr_sbin/grml-iptstate: Fix a couple of shellcheck warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 5 Mar 2021 15:33:44 +0000 (16:33 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commitcb015ef1617ac6b6bd171ab08140b11cec9293a4
tree6f1f249960564ef2b107c2b07c083e790ecae6e5
parent4f3413a694cd23d7c5d397d698402f5088131ae2
usr_sbin/grml-iptstate: Fix a couple of shellcheck warnings

- Ignore SC1091: Not following: /etc/grml/script-functions was not specified as input (see shellcheck -x).
- Ignore SC1091: Not following: /etc/grml/lsb-functions was not specified as input (see shellcheck -x).
- SC2162: read without -r will mangle backslashes.
- SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
usr_sbin/grml-iptstate