From aff72290c44a8d5af286871284f72e5ddba91fc8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 23 Dec 2022 03:07:34 -0500 Subject: [PATCH] Update mqtt-v4.sh --- ct/mqtt-v4.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ct/mqtt-v4.sh b/ct/mqtt-v4.sh index d8b09ed8..84801204 100644 --- a/ct/mqtt-v4.sh +++ b/ct/mqtt-v4.sh @@ -255,11 +255,6 @@ fi } clear start_script -if [ "$CT_TYPE" == "1" ]; then - FEATURES="nesting=1,keyctl=1" - else - FEATURES="nesting=1" - fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then FEATURES="nesting=1,keyctl=1"