We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75c901 commit 53da60dCopy full SHA for 53da60d
1 file changed
upgrade.sh
@@ -93,6 +93,7 @@ function check_for_oldest()
93
local MSG2="\n\nIf you want to upgrade to the newest release, either remove '${OLDEST_DIR}'"
94
MSG2+=" or rename it to something else, then re-run this upgrade."
95
dialog --title "${TITLE}" --msgbox "${MSG}${MSG2}" 25 "${T_WIDTH}" 3>&1 1>&2 2>&3
96
+ clear
97
display_msg --log info "${MSG}"
98
exit 2
99
fi
0 commit comments