From 749d5e379c89a345ca59f7f0aa6b116b01c02a37 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Mar 2022 01:02:42 -0400 Subject: [PATCH] Update node-red.sh --- ct/node-red.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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