diff --git a/install.sh b/install.sh index 955da1f..c71f79d 100644 --- a/install.sh +++ b/install.sh @@ -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 echo "Enabling iptables on next boot" -systemctl daemon-relad +systemctl daemon-reload systemctl enable iptables ip6tables echo "All done, please ensure the firewall settings are to your liking before rebooting"