Commit 230ab459 authored by Lukas Schauer's avatar Lukas Schauer

reorganized parameters for mktemp (fixes #180)

parent 7d0ef222
......@@ -25,7 +25,7 @@ BASEDIR="${SCRIPTDIR}"
# Create (identifiable) temporary files
_mktemp() {
# shellcheck disable=SC2068
mktemp -t letsencrypt.sh-XXXXXX ${@:-}
mktemp ${@:-} -t letsencrypt.sh-XXXXXX
}
# Check for script dependencies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment