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
|
||||
if [ $? -eq 0 ]; then
|
||||
reboot
|
||||
else
|
||||
clear
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue