Skip to content

Commit

Permalink
adjust moving bin
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Feb 21, 2020
1 parent f4f46c4 commit 3ed699e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ set -e
# sudoInstall=true

scriptname=$(basename "$0")
scriptbuildnum="1.5.2"
scriptbuilddate="2020-01-02"
scriptbuildnum="1.5.3"
scriptbuilddate="2020-02-20"

# CHECK DEPENDANCIES AND SET NET RETRIEVAL TOOL
if ! unzip -h 2&> /dev/null; then
Expand Down Expand Up @@ -213,7 +213,7 @@ unzip -qq "$FILENAME" || exit 1
# COPY TO DESTINATION
if [[ ! "$cwdInstall" ]]; then
mkdir -p "${BINDIR}" || exit 1
${CMDPREFIX} cp -f terraform "$BINDIR" || exit 1
${CMDPREFIX} mv terraform "$BINDIR" || exit 1
# CLEANUP AND EXIT
cd "${TMPDIR}" || exit 1
rm -rf "${UTILTMPDIR}"
Expand Down

0 comments on commit 3ed699e

Please sign in to comment.