Salt for Ubuntu

This commit is contained in:
Mike Reeves
2023-01-25 12:00:19 -05:00
parent 704d99e757
commit 498301b111

View File

@@ -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
}