Update node-red.sh

This commit is contained in:
tteckster 2022-03-15 01:02:42 -04:00 committed by GitHub
parent 8e7442955a
commit 749d5e379c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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