Selaa lähdekoodia

Update mqtt-v4.sh

tteckster 2 vuotta sitten
vanhempi
commit
5bc7e2fc7c
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      ct/mqtt-v4.sh

+ 5 - 0
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"