Update dns_df.sh

This commit is contained in:
ThiloGa 2020-04-30 22:15:28 +02:00 committed by GitHub
parent 30a8f94eea
commit 7fbed82c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh
########################################################################
# https://dyndnsdree.de hook script for acme.sh
@ -62,4 +62,4 @@ dns_df_rm() {
_debug fulldomain "$fulldomain"
_debug txtvalue "$txtvalue"
}
}