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