Skip to content

Commit 3c18546

Browse files
committed
updated docker-entrypoint.sh
1 parent de7fb22 commit 3c18546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ case "$1" in
7373
"maintenance")
7474
shift
7575
echo "Executing maintenance command : '$*'"
76+
set -x
7677
exec "$@"
7778
;;
7879
*)

0 commit comments

Comments
 (0)