mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Update mariadb.sh
This commit is contained in:
parent
bfb50c4429
commit
f331e1f3c6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user