Commit f096c62d authored by Lukas Schauer's avatar Lukas Schauer

i hate all software.

parent b0e2ecde
...@@ -25,7 +25,7 @@ BASEDIR="${SCRIPTDIR}" ...@@ -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
......
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