Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Sep 30, 2018
1 parent b6262e5 commit 3cd1d9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ scriptname=$(basename "$0")
scriptbuildnum="1.4.0"
scriptbuilddate="2018-09-30"


# CHECK DEPENDANCIES AND SET NET RETRIEVAL TOOL
if ! unzip -h 2&> /dev/null; then
echo "aborting - unzip not installed and required"
Expand Down Expand Up @@ -53,7 +52,6 @@ case "${nettool}" in
;;
esac


displayVer() {
echo -e "${scriptname} ver ${scriptbuildnum} - ${scriptbuilddate}"
}
Expand Down

0 comments on commit 3cd1d9e

Please sign in to comment.