From 156aad8d30b073914a6b89de02c8f74b10e5c344 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 9 Nov 2023 09:07:39 +0100 Subject: [PATCH] ci: # shellcheck disable=SC1091 --- scripts/cron-tasks.sh | 1 + scripts/entrypoint.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/cron-tasks.sh b/scripts/cron-tasks.sh index de4614a..de2d3a2 100755 --- a/scripts/cron-tasks.sh +++ b/scripts/cron-tasks.sh @@ -2,6 +2,7 @@ set -e [[ -n "$DEBUG" ]] && set -x +# shellcheck disable=SC1091 source /nextcloud-exec.sh echo "-------------------------------------------------------------" diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 43110c1..4c748f6 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -2,6 +2,7 @@ set -e [[ -n "$DEBUG" ]] && set -x +# shellcheck disable=SC1091 source /nextcloud-exec.sh if [[ -z "$NEXTCLOUD_CONTAINER_NAME" ]]; then