mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 00:13:17 +08:00
fix the shebang
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
## Will be called by acme.sh to add the TXT record to via the Bunny DNS API.
|
## Will be called by acme.sh to add the TXT record via the Bunny DNS API.
|
||||||
## returns 0 means success, otherwise error.
|
## returns 0 means success, otherwise error.
|
||||||
|
|
||||||
## Author: nosilver4u <nosilver4u at ewww.io>
|
## Author: nosilver4u <nosilver4u at ewww.io>
|
||||||
|
|||||||
Reference in New Issue
Block a user