From f2eaec6e025aa5517aac370ab03ccf122496b021 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 14 Aug 2025 20:08:22 +0200 Subject: [PATCH] Update upgrade_pve8_to_pve9.sh --- scripts/utilities/upgrade_pve8_to_pve9.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/utilities/upgrade_pve8_to_pve9.sh b/scripts/utilities/upgrade_pve8_to_pve9.sh index 0f6d5c0..9c5019d 100644 --- a/scripts/utilities/upgrade_pve8_to_pve9.sh +++ b/scripts/utilities/upgrade_pve8_to_pve9.sh @@ -860,17 +860,17 @@ echo echo echo +msg_success "$(translate "Press Enter to continue...")" +read -r if confirm "It is RECOMMENDED to reboot now to load the new kernel and services.\n\nReboot now?"; then echo -e - msg_success "$(translate "Press Enter to continue...")" - read -r msg_warn "$(translate "Rebooting the system...")" echo -e reboot else msg_info2 "$(translate "You can reboot later manually.")" echo -e - msg_success "$(translate "Press Enter to continue...")" + msg_success "$(translate "Press Enter to exit")" read -r fi