1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Add bang mark when docker is down

This commit is contained in:
Shane Kilkelly 2020-06-02 15:19:15 +01:00
parent a5559adab0
commit aae5edfacf

View file

@ -101,7 +101,7 @@ function check_docker_daemon() {
if docker ps &>/dev/null; then
print_sub_point "status: up"
else
print_sub_point "status: down"
print_sub_point "status: DOWN !"
fi
}