Skip to content

Commit

Permalink
Merge pull request #243 from sivanag1974/dev
Browse files Browse the repository at this point in the history
Added overwrite option for unzip
  • Loading branch information
RickyS2 authored Feb 25, 2020
2 parents 4442bc8 + f7f9572 commit 125500d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tvault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [[ "$PKG_TYPE" == "tar" || "$PKG_TYPE" == "docker" ]]; then
cd $BASEDIR

echo "Extracting vault.zip"
unzip $COMPONENTS_DIR/hcorp/bin/vault.zip -d $COMPONENTS_DIR/hcorp/bin/
unzip -o $COMPONENTS_DIR/hcorp/bin/vault.zip -d $COMPONENTS_DIR/hcorp/bin/
rm -f $COMPONENTS_DIR/hcorp/bin/vault.zip

mkdir -p $TVAULT_TAR_DIR
Expand Down

0 comments on commit 125500d

Please sign in to comment.