mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
Update ubuntu2410-vm.sh: Fix typo in API call. (#2305)
This commit is contained in:
parent
417d4089d7
commit
22f44d117a
@ -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…
Reference in New Issue
Block a user