disable shellcheck

This commit is contained in:
knoflook 2023-09-26 16:45:58 +02:00
parent 620ab4e3d7
commit a171d9eea0

View File

@ -8,7 +8,7 @@ restic_host="${RESTIC_HOST:?RESTIC_HOST not set}"
backup_path="${BACKUP_DEST:?BACKUP_DEST not set}"
# shellcheck disable=SC2153
shellcheck disable=SC2153
ssh_key_file="${SSH_KEY_FILE}"
s3_key_file="${AWS_SECRET_ACCESS_KEY_FILE}"
https_password_file="${HTTPS_PASSWORD_FILE}"