From 22f44d117a8569d95e95f9630791bbe8f3a5fd4e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:19:57 +0100 Subject: [PATCH] Update ubuntu2410-vm.sh: Fix typo in API call. (#2305) --- vm/ubuntu2410-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/ubuntu2410-vm.sh b/vm/ubuntu2410-vm.sh index 19c28309..4f78d256 100644 --- a/vm/ubuntu2410-vm.sh +++ b/vm/ubuntu2410-vm.sh @@ -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"