Commit c764d03e authored by Lukas Schauer's avatar Lukas Schauer

making shellcheck happy

parent 2d93c6fb
...@@ -10,6 +10,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ...@@ -10,6 +10,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BASEDIR="${SCRIPTDIR}" BASEDIR="${SCRIPTDIR}"
LETSENCRYPT="/etc/letsencrypt" LETSENCRYPT="/etc/letsencrypt"
# shellcheck disable=SC1090
. "${SCRIPTDIR}/config.sh" . "${SCRIPTDIR}/config.sh"
if [[ -e "${BASEDIR}/domains.txt" ]]; then if [[ -e "${BASEDIR}/domains.txt" ]]; then
......
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