1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-07-16 08:04:36 +02:00

Update mqtt.sh

This commit is contained in:
tteckster
2022-03-15 01:01:28 -04:00
committed by GitHub
parent d9bc28f1c4
commit 09b67f9d91

View File

@ -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