1
0
Fork 0
forked from mirrors/openup
This commit is contained in:
Antoine Jacoutot 2013-09-04 18:01:28 +02:00
commit f9605878b8

4
openup
View file

@ -29,7 +29,7 @@ VUXML_URL="https://stable.mtier.org/vuxml/$(uname -r | tr -d '.').xml"
### DO NOT MODIFY ANYTHING BELOW THIS LINE!!! ###
########################################################################
_OPENUP_VERSION=8
_OPENUP_VERSION=9
_OPENUP_MINREL=53
usage() {
@ -137,7 +137,7 @@ check_openupd() {
if [ "${_OPENUP_VERSION}" -lt "${_N}" ]; then
pr_error "New openup release (version ${_N}) is available; please update with:"
pr_error "ftp -Vo $(readlink -f $0) ${OPENUP_URL}"
pr_error "Exiting"
pr_error "Exiting..."
exit 1
fi
}