From 7520bd9ca2abfc7e9845678b78b6e6653049ec2f Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Thu, 20 Sep 2018 11:15:45 +0300 Subject: [PATCH] H5: Fix typo in a command --- exercises/h5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/h5.md b/exercises/h5.md index aaaf3f6..d1ff424 100644 --- a/exercises/h5.md +++ b/exercises/h5.md @@ -187,7 +187,7 @@ Executing /lib/systemd/systemd-sysv-install enable ufw ``` sudo systemctl stop ufw.service && sudo systemctl disable ufw.service sudo apt-get purge --remove ufw -sudo iptables --flush && sudo iptables --delete-chains +sudo iptables --flush && sudo iptables --delete-chain ``` **2.** Confirm deletion of ufw entries from iptables firewall rule list with