Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonmar committed Sep 11, 2022
1 parent 921e9bb commit 0413324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ h2 "Unzip"
if [ -f "consul_${CONSUL_VERSION}_${PLATFORM}.zip" ]; then # found:
yes | unzip "consul_${CONSUL_VERSION}_${PLATFORM}.zip" consul
# yes | to avoid replace consul? [y]es, [n]o, [A]ll, [N]one, [r]ename:
# specifying just consul so EULA.txt and TermsOfEvaluation.txt are not downloaded.
# specifying just consul so EULA.txt and TermsOfEvaluation.txt are not
fi

if [ ! -f "consul" ]; then # not found:
Expand Down

0 comments on commit 0413324

Please sign in to comment.