From 1ecffac81daf928212c2e752b2fe4db5a549dbb4 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 6 Nov 2019 13:17:48 +0100 Subject: [PATCH] Silenced output when enableing the firewall --- config/ufw/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ufw/config.sh b/config/ufw/config.sh index 1866304..28b2dee 100644 --- a/config/ufw/config.sh +++ b/config/ufw/config.sh @@ -23,4 +23,4 @@ ufw allow 53/tcp > $OUTPUT 2>&1 #SSH ufw limit 4242/tcp > $OUTPUT 2>&1 -echo "y" | ufw enable \ No newline at end of file +echo "y" | ufw enable > $OUTPUT 2>&1 \ No newline at end of file