diff --git a/setup/so-functions b/setup/so-functions index cff943376..26c66736f 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2347,7 +2347,12 @@ ubuntu_check() { whiptail_ubuntu_notsupported exit 1 else - whiptail_ubuntu_warning + if [[ $UBUNTUINSTALL == "needtoupgrade" ]]; then + whiptail_ubuntu_warning + else + whiptail_ubuntu_notsupported + exit 1 + fi fi fi }