forked from mirrors/openup
Bump.
This commit is contained in:
parent
181612ca78
commit
f9605878b8
1 changed files with 2 additions and 2 deletions
4
openup
4
openup
|
|
@ -29,7 +29,7 @@ VUXML_URL="https://stable.mtier.org/vuxml/$(uname -r | tr -d '.').xml"
|
||||||
### DO NOT MODIFY ANYTHING BELOW THIS LINE!!! ###
|
### DO NOT MODIFY ANYTHING BELOW THIS LINE!!! ###
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
_OPENUP_VERSION=8
|
_OPENUP_VERSION=9
|
||||||
_OPENUP_MINREL=53
|
_OPENUP_MINREL=53
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
|
|
@ -137,7 +137,7 @@ check_openupd() {
|
||||||
if [ "${_OPENUP_VERSION}" -lt "${_N}" ]; then
|
if [ "${_OPENUP_VERSION}" -lt "${_N}" ]; then
|
||||||
pr_error "New openup release (version ${_N}) is available; please update with:"
|
pr_error "New openup release (version ${_N}) is available; please update with:"
|
||||||
pr_error "ftp -Vo $(readlink -f $0) ${OPENUP_URL}"
|
pr_error "ftp -Vo $(readlink -f $0) ${OPENUP_URL}"
|
||||||
pr_error "Exiting"
|
pr_error "Exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue