From f6599ae81526f54d90a926a447aedf15582df349 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 20 Mar 2020 07:48:24 +0000 Subject: [PATCH] Update iptables.rules naming for consistency --- installers/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 2be3bf5a..7d345c48 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -288,8 +288,8 @@ function default_configuration() { fi echo "Applying persistent IP tables rules" - if [ ! -f "/etc/iptables/raspap.iptables" ]; then - sudo cp $webroot_dir/installers/raspap.iptables /etc/iptables + if [ ! -f "/etc/iptables/iptables.rules" ]; then + sudo cp $webroot_dir/installers/iptables.rules /etc/iptables fi if [ ! -f "/etc/systemd/system/iptables.service" ]; then