fixed daemon-reload command

This commit is contained in:
Marcel Stangenberger 2025-03-26 10:30:28 +00:00
parent c9a5dc0640
commit e3940eb5ca

View File

@ -19,7 +19,7 @@ curl -sO --output-dir /etc/sysconfig https://git.xo.nl/marcel/iptables/raw/confi
curl -sO --output-dir /etc/sysconfig https://git.xo.nl/marcel/iptables/raw/config/ip6tables curl -sO --output-dir /etc/sysconfig https://git.xo.nl/marcel/iptables/raw/config/ip6tables
echo "Enabling iptables on next boot" echo "Enabling iptables on next boot"
systemctl daemon-relad systemctl daemon-reload
systemctl enable iptables ip6tables systemctl enable iptables ip6tables
echo "All done, please ensure the firewall settings are to your liking before rebooting" echo "All done, please ensure the firewall settings are to your liking before rebooting"