diff options
-rw-r--r-- | ipsectools-logfile-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsectools-logfile-html.lsp b/ipsectools-logfile-html.lsp index 1102aea..5b2cd47 100644 --- a/ipsectools-logfile-html.lsp +++ b/ipsectools-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="racoon"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="racoon"}) end %> |