fix the shebang

This commit is contained in:
Shane Bishop 2022-09-06 11:38:15 -06:00
parent 35fb1f8585
commit 025e0e8093
1 changed files with 2 additions and 2 deletions

View File

@ -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.
## Author: nosilver4u <nosilver4u at ewww.io>