Browse Source

revert to bash. there are some issue with sh need to fix yet.

neil 9 years ago
parent
commit
8663fb7e64
5 changed files with 155 additions and 155 deletions
  1. 151 151
      acme.sh
  2. 1 1
      dnsapi/dns_cf.sh
  3. 1 1
      dnsapi/dns_cx.sh
  4. 1 1
      dnsapi/dns_dp.sh
  5. 1 1
      dnsapi/dns_myapi.sh

File diff suppressed because it is too large
+ 151 - 151
acme.sh


+ 1 - 1
dnsapi/dns_cf.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 
 
 #

+ 1 - 1
dnsapi/dns_cx.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 
 # Cloudxns.com Domain api
 #

+ 1 - 1
dnsapi/dns_dp.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 
 # Dnspod.cn Domain api
 #

+ 1 - 1
dnsapi/dns_myapi.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 
 #Here is a sample custom api script.
 #This file name is "dns_myapi.sh"

Some files were not shown because too many files changed in this diff