fix EOF whitespace issue (#1223)

This commit is contained in:
Jimi Ford 2023-03-22 20:14:35 -06:00 committed by GitHub
parent dfe60d333f
commit 7d893af4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ EOF
cat <<EOF >>$LXC_CONFIG
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
EOF
EOF
fi
msg_info "Starting LXC Container"
pct start "$CTID"