Update mqtt-v4.sh

This commit is contained in:
tteckster 2022-12-23 03:07:34 -05:00 committed by GitHub
parent 5bc7e2fc7c
commit aff72290c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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"