Update pve8to9_check.sh

This commit is contained in:
MacRimi
2025-08-20 19:37:14 +02:00
parent 5ec9b82b4a
commit 0c1189b233

View File

@@ -165,11 +165,16 @@ run_pve8to9_check2() {
echo -e echo -e
msg_ok "$(translate "Checklist post-upgrade finished. Warnings:") $warns" msg_ok "$(translate "Checklist post-upgrade finished. Warnings:") $warns"
echo -e
msg_success "$(translate "Press Enter to continue")"
read -r
rm -f "$tmp" rm -f "$tmp"
return $rc return $rc
} }
show_proxmenux_logo
msg_title "$(translate "Run PVE 8 to 9 check")"
run_pve8to9_check2 run_pve8to9_check2