ci: fix linter errors: entrypoint.sh

This commit is contained in:
Michael Grote 2023-11-09 09:03:00 +01:00
parent b0fc5f7cb7
commit 993d41945c

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
[[ ! -z "$DEBUG" ]] && set -x [[ -n "$DEBUG" ]] && set -x
source /nextcloud-exec.sh source /nextcloud-exec.sh