mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-25 09:48:29 +02:00
i hate all software.
This commit is contained in:
@@ -25,7 +25,7 @@ BASEDIR="${SCRIPTDIR}"
|
|||||||
# Create (identifiable) temporary files
|
# Create (identifiable) temporary files
|
||||||
_mktemp() {
|
_mktemp() {
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
mktemp ${@:-} -t letsencrypt.sh-XXXXXX
|
mktemp ${@:-} letsencrypt.sh-XXXXXX
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check for script dependencies
|
# Check for script dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user