Explorar el Código

Update node-red.sh

tteckster hace 3 años
padre
commit
749d5e379c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ct/node-red.sh

+ 1 - 1
ct/node-red.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