Update ubuntu2410-vm.sh: Fix typo in API call. (#2305)

This commit is contained in:
Michel Roegl-Brunner 2025-02-12 19:19:57 +01:00 committed by GitHub
parent 417d4089d7
commit 22f44d117a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -506,7 +506,7 @@ if [ "$START_VM" == "yes" ]; then
qm start $VMID
msg_ok "Started Ubuntu 24.10 VM"
fi
post_update_to_api "done" "none"s
post_update_to_api "done" "none"
msg_ok "Completed Successfully!\n"
echo -e "Setup Cloud-Init before starting \n
More info at https://github.com/community-scripts/ProxmoxVE/discussions/272 \n"