indentation fix

This commit is contained in:
Łukasz Cieśnik 2020-02-02 17:57:26 +01:00
parent 452e60024b
commit d89eae2879
1 changed files with 1 additions and 1 deletions

View File

@ -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