blob: ca32f985a4ec982e148996d71169e6c5a659d183 [file] [log] [blame]
Tom Josephc2cb2972018-10-17 07:44:52 -05001#!/bin/sh
2
3if [ -f $IPTABLESRULE ]; then
4 iptables-restore < $IPTABLESRULE
5fi