Skip to content

Commit

Permalink
bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Nov 4, 2020
1 parent c1ba82f commit f1a35ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iiab-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1a35ff

Please sign in to comment.