Skip to content

Commit

Permalink
Added overwrite option for unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
sivanag1974 committed Feb 25, 2020
1 parent 4442bc8 commit f7f9572
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 f7f9572

Please sign in to comment.