瀏覽代碼

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

neil 9 年之前
父節點
當前提交
8663fb7e64
共有 5 個文件被更改,包括 155 次插入155 次删除
  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

文件差異過大導致無法顯示
+ 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"

部分文件因文件數量過多而無法顯示