Browse Source

Update mqtt.sh

tteckster 3 years ago
parent
commit
09b67f9d91
1 changed files with 1 additions and 1 deletions
  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