diff --git a/terraform-install.sh b/terraform-install.sh index cf5dafe..b0c78c2 100755 --- a/terraform-install.sh +++ b/terraform-install.sh @@ -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" @@ -53,7 +52,6 @@ case "${nettool}" in ;; esac - displayVer() { echo -e "${scriptname} ver ${scriptbuildnum} - ${scriptbuilddate}" }