chef-lctp/site-cookbooks/lctp-network/files/default/iptables-load

5 lines
118 B
Bash

#!/bin/sh
# iptables-load managed by Chef. Changes will be overwritten.
iptables-restore < /etc/iptables.rules
exit 0