reorganized parameters for mktemp (fixes #180)

This commit is contained in:
Lukas Schauer
2016-04-14 17:32:05 +02:00
parent 7d0ef22239
commit 230ab45948

View File

@@ -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