better msgs
This commit is contained in:
parent
b9c7b658e5
commit
429a50d498
@ -225,7 +225,6 @@ while true; do
|
||||
fi
|
||||
done
|
||||
|
||||
msg_info "Checking container storage"
|
||||
while true; do
|
||||
if select_storage container; then
|
||||
CONTAINER_STORAGE="$STORAGE_RESULT"
|
||||
@ -310,8 +309,6 @@ if [ "$TEMPLATE_VALID" -eq 0 ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
msg_ok "LXC Template '$TEMPLATE' is ready to use."
|
||||
|
||||
msg_info "Creating LXC Container"
|
||||
# Check and fix subuid/subgid
|
||||
grep -q "root:100000:65536" /etc/subuid || echo "root:100000:65536" >>/etc/subuid
|
||||
|
Loading…
x
Reference in New Issue
Block a user