diff options
| -rw-r--r-- | chrony-logfile-html.lsp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/chrony-logfile-html.lsp b/chrony-logfile-html.lsp index 6adde6f..a1184f8 100644 --- a/chrony-logfile-html.lsp +++ b/chrony-logfile-html.lsp @@ -2,5 +2,5 @@  %>  <% if viewlibrary and viewlibrary.dispatch_component then -	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="chronyd"}) +	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="chronyd"})  end %> | 
