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