forked from mirrors/openup
Tweak output.
This commit is contained in:
parent
dbe29e5670
commit
f069dfd311
1 changed files with 2 additions and 1 deletions
3
openup
3
openup
|
|
@ -82,6 +82,7 @@ if [ "${_REL_INT}" -lt "${_OPENUP_MINREL}" ]; then _badrel=1; fi
|
|||
|
||||
if [ -n "${_badrel}" ]; then
|
||||
pr_error "${_REL[0]}${_REL[1]} is not a supported release"
|
||||
pr_error "Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
@ -160,7 +161,7 @@ check_openupd() {
|
|||
_N=$(cmd.exe ${_CMD})
|
||||
|
||||
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}) available; please update with:"
|
||||
pr_error "ftp -Vo $(readlink -f $0) ${OPENUP_URL}"
|
||||
pr_error "Exiting..."
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue