Browse Source

Merge pull request #381 from Neilpang/dev

Dev
neil 8 years ago
parent
commit
86b24ea059
2 changed files with 5 additions and 2 deletions
  1. 4 1
      .travis.yml
  2. 1 1
      acme.sh

+ 4 - 1
.travis.yml

@@ -18,4 +18,7 @@ script:
   - shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
   - shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
   - ~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" && false)
   - ~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" && false)
 
 
-
+matrix:
+  fast_finish: true
+  
+  

+ 1 - 1
acme.sh

@@ -16,7 +16,7 @@ _SUB_FOLDERS="dnsapi deploy"
 DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
 DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
 DEFAULT_AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
 DEFAULT_AGREEMENT="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
 
 
-DEFAULT_USER_AGENT="$PROJECT_ENTRY client v$VER : $PROJECT"
+DEFAULT_USER_AGENT="$PROJECT_NAME/$VER ($PROJECT)"
 DEFAULT_ACCOUNT_EMAIL=""
 DEFAULT_ACCOUNT_EMAIL=""
 
 
 DEFAULT_ACCOUNT_KEY_LENGTH=2048
 DEFAULT_ACCOUNT_KEY_LENGTH=2048