Skip to content

Commit

Permalink
Merge pull request #4 from JonasTrampe/unpack
Browse files Browse the repository at this point in the history
fix deployment on update
  • Loading branch information
SaschaMzH authored Sep 26, 2019
2 parents 8b98daf + c9dda8a commit 5afec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
mkdir -p \$path | tail -n+\$PAYLOAD_LINE \$0 | tar -xvzC \$path
if [ \$2 -ne \"--unpack\" ]; then
if [ -z $2 ] || [ $2 != unpack ]; then
sh \$path/install.sh
fi
Expand Down

0 comments on commit 5afec97

Please sign in to comment.