From 06d7012394e26632e80ac72fe78c9d339ed85239 Mon Sep 17 00:00:00 2001 From: riley Date: Wed, 13 Sep 2023 13:14:01 -0400 Subject: [PATCH] Adjusted status polling logic --- luasrc/view/tasks/docker.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/view/tasks/docker.htm b/luasrc/view/tasks/docker.htm index b412f33..f8f5ddd 100644 --- a/luasrc/view/tasks/docker.htm +++ b/luasrc/view/tasks/docker.htm @@ -27,7 +27,7 @@ if self.task_start_failed then local container_status_lower = string.lower(container_status) 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 %>