diff --git a/scripts/utilities/pve8to9_check.sh b/scripts/utilities/pve8to9_check.sh index 7416351..bef1ac0 100644 --- a/scripts/utilities/pve8to9_check.sh +++ b/scripts/utilities/pve8to9_check.sh @@ -165,11 +165,16 @@ run_pve8to9_check2() { echo -e msg_ok "$(translate "Checklist post-upgrade finished. Warnings:") $warns" + echo -e + msg_success "$(translate "Press Enter to continue")" + read -r rm -f "$tmp" return $rc } +show_proxmenux_logo +msg_title "$(translate "Run PVE 8 to 9 check")" run_pve8to9_check2