mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-17 20:36:52 +02:00
making shellcheck happy
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user