Fix typo in docker healthcheck

This commit is contained in:
Tristan Peers 2019-05-09 18:47:21 +01:00
parent e99cc24bf9
commit cc9bc79e7c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if healthcheck; then
exit 0
fi
echo "docker still unresposive; triggering docker restart"
echo "docker still unresponsive; triggering docker restart"
systemctl stop docker
echo "wait all tcp sockets to close"