1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 21:32:56 +00:00

modify shebang to bash after install if bash is installed.

This commit is contained in:
neil
2016-04-17 19:47:22 +08:00
parent c5f2df5c93
commit 0a7c936442
5 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
# Cloudxns.com Domain api
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
# Dnspod.cn Domain api
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
#Here is a sample custom api script.
#This file name is "dns_myapi.sh"