ci: fix linter errors: entrypoint.sh
This commit is contained in:
parent
b0fc5f7cb7
commit
993d41945c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue