summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/log/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/node.def b/templates/show/log/node.def
index 820672e..eeea83a 100644
--- a/templates/show/log/node.def
+++ b/templates/show/log/node.def
@@ -1,2 +1,2 @@
help: Show contents of master log file
-run: sudo sh -c "cat `ls /var/log/message* | sort -r` " \ No newline at end of file
+run: sudo cat `ls /var/log/messages* | sort -r`