messages and syntax

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-01-23 12:40:32 +01:00
commit 6a2176b34e
3 changed files with 10 additions and 10 deletions

View file

@ -625,7 +625,7 @@ else
fail=1
fi
for c in $docker0Containers; do
warn " * container in docker0 network: $c"
warn " * Container in docker0 network: $c"
done
fi
fi
@ -669,10 +669,10 @@ else
# If it's the first container, fail the test
if [ $fail -eq 0 ]; then
warn "$check_5_31"
warn " * Docker sock shared: $c"
warn " * Docker socket shared: $c"
fail=1
else
warn " * Docekr sock shared: $c"
warn " * Docker socket shared: $c"
fi
fi
done