|
|
@ -27,7 +27,7 @@ if self.task_start_failed then
|
|
|
|
local container_status_lower = string.lower(container_status)
|
|
|
|
local container_status_lower = string.lower(container_status)
|
|
|
|
|
|
|
|
|
|
|
|
local container_install = not string.match(container_status_lower, " is not installed$")
|
|
|
|
local container_install = not string.match(container_status_lower, " is not installed$")
|
|
|
|
local container_running = string.match(string.lower(container_status), "^up .* (seconds|minutes|hours)")
|
|
|
|
local container_running = string.match(container_status_lower, "^up%W")
|
|
|
|
|
|
|
|
|
|
|
|
if container_install then
|
|
|
|
if container_install then
|
|
|
|
%>
|
|
|
|
%>
|
|
|
|