mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update iptables.rules naming for consistency
This commit is contained in:
parent
4b30be5c54
commit
f6599ae815
@ -288,8 +288,8 @@ function default_configuration() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Applying persistent IP tables rules"
|
echo "Applying persistent IP tables rules"
|
||||||
if [ ! -f "/etc/iptables/raspap.iptables" ]; then
|
if [ ! -f "/etc/iptables/iptables.rules" ]; then
|
||||||
sudo cp $webroot_dir/installers/raspap.iptables /etc/iptables
|
sudo cp $webroot_dir/installers/iptables.rules /etc/iptables
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "/etc/systemd/system/iptables.service" ]; then
|
if [ ! -f "/etc/systemd/system/iptables.service" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user