mirror of
https://github.com/nextcloud/docker.git
synced 2025-12-24 19:02:02 +01:00
feat(entrypoint): add debug mode for entrypoint
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
6c1075b88d
commit
0be52642ec
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
if [ -n "${IMAGE_DEBUG+x}" ]; then
|
||||
echo "**Image debugging enabled**"
|
||||
set -x
|
||||
fi
|
||||
|
||||
# version_greater A B returns whether A > B
|
||||
version_greater() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user