Adjusted status polling logic

pull/1/head
riley 1 year ago
parent 360b0eb483
commit 06d7012394

@ -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
%> %>

Loading…
Cancel
Save