From d89eae28799c28b947c5985f3eb9a9bd4358f650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Cie=C5=9Bnik?= Date: Sun, 2 Feb 2020 17:57:26 +0100 Subject: [PATCH] indentation fix --- src/scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/entrypoint.sh b/src/scripts/entrypoint.sh index 419442c..64f3759 100644 --- a/src/scripts/entrypoint.sh +++ b/src/scripts/entrypoint.sh @@ -42,6 +42,6 @@ while [ true ]; do # If nginx quit for whatever reason then stop the container. # Leave the restart decision to the container orchestration. if ! jobs | grep --quiet nginx ; then - exit 1 + exit 1 fi done