From 993d41945cdd32f0836f8a51138807cfc6063bbb Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 9 Nov 2023 09:03:00 +0100 Subject: [PATCH] ci: fix linter errors: entrypoint.sh --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 1bf14ca..43110c1 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -[[ ! -z "$DEBUG" ]] && set -x +[[ -n "$DEBUG" ]] && set -x source /nextcloud-exec.sh