From 06b08ba9c459ff5437aaeaa070cab025e92fc2f1 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 16 Mar 2020 08:06:41 +0000 Subject: [PATCH] Update 'init/entrypoint.sh' --- init/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/entrypoint.sh b/init/entrypoint.sh index 96958d9..c2e8c4f 100644 --- a/init/entrypoint.sh +++ b/init/entrypoint.sh @@ -15,4 +15,5 @@ git pull origin $REMOTE_BRANCH mkdir -p $TARGET_DIR mv `echo "$SPARSE_CHECKOUT" | awk '{gsub(/\/\*$/, ""); print}'` $TARGET_DIR -exec "$@" \ No newline at end of file +# Uncomment the following line if your sidecar needs to have an actual PID 1 +#exec "$@" \ No newline at end of file