Skip to content

Commit 53da60d

Browse files
authored
Update upgrade.sh: Add a "clear" when exiting
1 parent f75c901 commit 53da60d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

upgrade.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function check_for_oldest()
9393
local MSG2="\n\nIf you want to upgrade to the newest release, either remove '${OLDEST_DIR}'"
9494
MSG2+=" or rename it to something else, then re-run this upgrade."
9595
dialog --title "${TITLE}" --msgbox "${MSG}${MSG2}" 25 "${T_WIDTH}" 3>&1 1>&2 2>&3
96+
clear
9697
display_msg --log info "${MSG}"
9798
exit 2
9899
fi

0 commit comments

Comments
 (0)