formating

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2019-08-28 12:14:35 +02:00
commit 17c6262d2f
3 changed files with 27 additions and 28 deletions

View file

@ -12,7 +12,7 @@ check_5() {
check_running_containers() {
# If containers is empty, there are no running containers
if [ -z "$containers" ]; then
info " * No containers running, skipping Section 5"
info " * No containers running, skipping Section 5"
running_containers=0
else
running_containers=1