tteckster 3 anni fa
parent
commit
09b67f9d91
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ct/mqtt.sh

+ 1 - 1
ct/mqtt.sh

@@ -162,7 +162,7 @@ function cleanup() {
   rm -rf $TEMP_DIR
 }
  if [ "$IM" == "1" ]; then 
- FEATURES="nesting=1,keyctl=1,mknod=1"
+ FEATURES="nesting=1,keyctl=1"
  else
  FEATURES="nesting=1"
  fi