From 4dc33a2ac61604bed02a47b95f385b432b867b26 Mon Sep 17 00:00:00 2001
From: Fred Dixon <ffdixon@gmail.com>
Date: Fri, 27 Nov 2020 15:40:44 -0600
Subject: [PATCH] Mask output of which command

---
 bigbluebutton-config/bin/bbb-conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf
index 8bde52a803..fd90d8fc17 100755
--- a/bigbluebutton-config/bin/bbb-conf
+++ b/bigbluebutton-config/bin/bbb-conf
@@ -915,7 +915,7 @@ check_configuration() {
        echo
     fi  
 
-    if ! which ufw; then
+    if ! which ufw > /dev/null 2>&1; then
        echo
        echo "# Warning: No firewall detected.  Recommend using setting up a firewall for your server"
        echo "#"
-- 
GitLab