Skip to content

Commit

Permalink
unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Trampe committed Sep 26, 2019
1 parent 8b98daf commit c9dda8a
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 c9dda8a

Please sign in to comment.