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:
parent
a5559adab0
commit
aae5edfacf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue