From 41b6f083d8a72eb5a9e1dc10b0e10afd70237d7a Mon Sep 17 00:00:00 2001 From: riley Date: Tue, 17 Oct 2023 17:31:10 -0400 Subject: [PATCH] Fixed port number --- luasrc/view/whoogle/status.htm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/luasrc/view/whoogle/status.htm b/luasrc/view/whoogle/status.htm index b46f17f..6380ddd 100644 --- a/luasrc/view/whoogle/status.htm +++ b/luasrc/view/whoogle/status.htm @@ -10,12 +10,11 @@ local container_running = string.match(string.lower(container_status), "^up%W") <% else %> <% end %> - <% if container_running then %> <% local port=util.trim(util.exec("/usr/libexec/apps/whoogle/whoogle.sh port")) if port == "" then - port="5000" + port="1880" end -%>