From 5bc7e2fc7c90950e90ed65c2c7fe29ee2e3ab221 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 23 Dec 2022 03:06:24 -0500 Subject: [PATCH] Update mqtt-v4.sh --- ct/mqtt-v4.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ct/mqtt-v4.sh b/ct/mqtt-v4.sh index 84801204..d8b09ed8 100644 --- a/ct/mqtt-v4.sh +++ b/ct/mqtt-v4.sh @@ -255,6 +255,11 @@ 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"