diff --git a/ct/node-red.sh b/ct/node-red.sh index 6a72554d..b75eb47d 100644 --- a/ct/node-red.sh +++ b/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