[fix] Blank terminal before whiptail starts

This commit is contained in:
William Wernert
2020-04-22 14:57:37 -04:00
parent 8404453cec
commit 5c9e2f1820
2 changed files with 3 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ if [ "$OS" == ubuntu ]; then
update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1
fi
setterm -blank 0
if (whiptail_you_sure); then
true
else