i hate all software.

This commit is contained in:
Lukas Schauer
2016-04-23 18:30:56 +02:00
parent b0e2ecde5f
commit f096c62d49

View File

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