disable shellcheck SC1090

This commit is contained in:
Jonas Forsberg
2020-10-14 10:48:58 +02:00
parent 2883197b37
commit 698511ed6d

View File

@@ -8,7 +8,7 @@ if [[ "$(stat -c %A "$HOME"/.borgbackup.env)" != "-rw-------" ]]; then
printf "\nrun : chmod 0600 \$HOME/.borgbackup.env\n"
exit 1
fi
# shellcheck disable=SC1090
source "${HOME}/.borgbackup.env"