Skip to content

Commit

Permalink
minor change in unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Sep 7, 2021
1 parent 6b24a34 commit 3c5b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
echo "Installing"
cd $PERFIZ_HOME
ls -a $PERFIZ_HOME | grep -v perfiz.zip | grep -v total | grep -v .m2 | grep -v '^.$' | grep -v '^..$' | xargs rm -fR
unzip "$PERFIZ_HOME/perfiz.zip" -C "$PERFIZ_HOME"
unzip "$PERFIZ_HOME/perfiz.zip" -d "$PERFIZ_HOME"
rm "$PERFIZ_HOME/perfiz.zip"

echo "Done..."

0 comments on commit 3c5b5e0

Please sign in to comment.