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 f2ce116 commit 22ae5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packer-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.1"
scriptbuilddate="2019-04-07"
scriptbuildnum="1.5.2"
scriptbuilddate="2020-02-20"

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

# CLEANUP AND EXIT
cd "${TMPDIR}" || exit 1
Expand Down

0 comments on commit 22ae5cc

Please sign in to comment.