Update dashy.sh

This commit is contained in:
tteckster
2022-03-15 00:49:57 -04:00
committed by GitHub
parent 6fddf47f85
commit d1d279a30a

View File

@@ -164,7 +164,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