From f9605878b8012ad04d79576828b6cf6fb0153ef2 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Wed, 4 Sep 2013 18:01:28 +0200 Subject: [PATCH] Bump. --- openup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openup b/openup index 72a9c1f..2a91cde 100755 --- a/openup +++ b/openup @@ -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 }