Clear at the end of the script
This commit is contained in:
parent
784f44f5f5
commit
fb3f702748
|
@ -214,6 +214,8 @@ finishInstallation() {
|
||||||
whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0
|
whiptail --yesno "Finally, the PC needs to restart, would you like to do it?" 0 0
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
reboot
|
reboot
|
||||||
|
else
|
||||||
|
clear
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue