Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #106 from ejcx/evan/nodashk
Browse files Browse the repository at this point in the history
Make sure we perform certificate validation
  • Loading branch information
jwineman committed Aug 18, 2016
2 parents c26601c + 585c204 commit d31ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NEW_VERSION=`echo $INSTALLED_VERSION $CURRENT_VERSION | awk '{ print ($1 < $2) ?

if [[ "$NEW_VERSION" == 0 || "$FORCE_INSTALL" == true ]]
then
curl -s -k -L "https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare.install.sh"
curl -s -L "https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare.install.sh"
./cloudflare.install.sh -k $HOST_KEY -n ' '
fi

0 comments on commit d31ce0f

Please sign in to comment.