Skip to content

Commit

Permalink
Changes : restyaboard.sh file changes for updating to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar391 committed Mar 29, 2018
1 parent b358f7f commit 688c1b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions restyaboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@
then
upgrade+=("upgrade-0.6.1-0.6.2")
fi
if [[ $version < "v0.6.3" ]];
then
upgrade+=("upgrade-0.6.2-0.6.3")
fi
# use for loop to read all values and indexes
for i in "${upgrade[@]}"
do
Expand Down

0 comments on commit 688c1b0

Please sign in to comment.