mirror of https://github.com/tteck/Proxmox.git
Update mqtt-v4.sh
This commit is contained in:
parent
9bc78dcfe5
commit
5bc7e2fc7c
|
@ -255,6 +255,11 @@ fi
|
||||||
}
|
}
|
||||||
clear
|
clear
|
||||||
start_script
|
start_script
|
||||||
|
if [ "$CT_TYPE" == "1" ]; then
|
||||||
|
FEATURES="nesting=1,keyctl=1"
|
||||||
|
else
|
||||||
|
FEATURES="nesting=1"
|
||||||
|
fi
|
||||||
if [ "$VERB" == "yes" ]; then set -x; fi
|
if [ "$VERB" == "yes" ]; then set -x; fi
|
||||||
if [ "$CT_TYPE" == "1" ]; then
|
if [ "$CT_TYPE" == "1" ]; then
|
||||||
FEATURES="nesting=1,keyctl=1"
|
FEATURES="nesting=1,keyctl=1"
|
||||||
|
|
Loading…
Reference in New Issue