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