mirror of https://github.com/tteck/Proxmox.git
Update daemonsync.sh
This commit is contained in:
parent
8a6d04ecf3
commit
28e058240f
|
@ -163,7 +163,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
|
||||||
|
|
Loading…
Reference in New Issue