From f1a35ffc0d118cc6557b540606b2981e054e848e Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Wed, 4 Nov 2020 04:16:05 +0000 Subject: [PATCH] bump release --- iiab-upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iiab-upgrade b/iiab-upgrade index 7fb706c8..3b1021ca 100755 --- a/iiab-upgrade +++ b/iiab-upgrade @@ -3,7 +3,7 @@ set -e # Exit on error (avoids snowballing) export DEBIAN_FRONTEND=noninteractive # Bypass (most!) interactive questions SCRIPT=iiab-upgrade -RELEASE=3 +RELEASE=4 CURR_VER="" # Ansible version you currently have installed GOOD_VER="2.10.1" # Trigger point for anisble forced reinstall BASEDIR=/opt/iiab @@ -131,7 +131,7 @@ function check_revision(){ OLDREV=$IIAB_REVISION upgrade_source if [ $NEWREV -gt $OLDREV ] && [ $STAGE -eq 9 ]; then - echo -e "\nNEW IIAB Revison Found\n" + echo -e "\nNEW IIAB Revison $NEWREV Found\n" UPDATE=1 fi fi