mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Update ubuntu2410-vm.sh: Fix typo in API call. (#2305)
This commit is contained in:
parent
417d4089d7
commit
22f44d117a
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ if [ "$START_VM" == "yes" ]; then
|
||||||
qm start $VMID
|
qm start $VMID
|
||||||
msg_ok "Started Ubuntu 24.10 VM"
|
msg_ok "Started Ubuntu 24.10 VM"
|
||||||
fi
|
fi
|
||||||
post_update_to_api "done" "none"s
|
post_update_to_api "done" "none"
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "Setup Cloud-Init before starting \n
|
echo -e "Setup Cloud-Init before starting \n
|
||||||
More info at https://github.com/community-scripts/ProxmoxVE/discussions/272 \n"
|
More info at https://github.com/community-scripts/ProxmoxVE/discussions/272 \n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue