indentation fix
This commit is contained in:
parent
452e60024b
commit
d89eae2879
|
@ -42,6 +42,6 @@ while [ true ]; do
|
||||||
# If nginx quit for whatever reason then stop the container.
|
# If nginx quit for whatever reason then stop the container.
|
||||||
# Leave the restart decision to the container orchestration.
|
# Leave the restart decision to the container orchestration.
|
||||||
if ! jobs | grep --quiet nginx ; then
|
if ! jobs | grep --quiet nginx ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue