mirror of https://github.com/tteck/Proxmox.git
fix EOF whitespace issue (#1223)
This commit is contained in:
parent
dfe60d333f
commit
7d893af4e8
|
@ -387,7 +387,7 @@ EOF
|
||||||
cat <<EOF >>$LXC_CONFIG
|
cat <<EOF >>$LXC_CONFIG
|
||||||
lxc.cgroup2.devices.allow: a
|
lxc.cgroup2.devices.allow: a
|
||||||
lxc.cap.drop:
|
lxc.cap.drop:
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
msg_info "Starting LXC Container"
|
msg_info "Starting LXC Container"
|
||||||
pct start "$CTID"
|
pct start "$CTID"
|
||||||
|
|
Loading…
Reference in New Issue