summaryrefslogtreecommitdiff
path: root/templates/show
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-11-04 12:41:08 -0800
committerStig Thormodsrud <stig@uffda.(none)>2007-11-04 12:41:08 -0800
commitcd13f35ce4d0e1918e4230ed86ef83302b00336d (patch)
tree8236247a6a517129a3160a9dd85278f03472e4ae /templates/show
parent0c30d1f0919c646ec3f340ae2f11a10e9443c8a8 (diff)
downloadvyatta-op-cd13f35ce4d0e1918e4230ed86ef83302b00336d.tar.gz
vyatta-op-cd13f35ce4d0e1918e4230ed86ef83302b00336d.zip
Fix permission for "show system boot-messages".
Diffstat (limited to 'templates/show')
-rw-r--r--templates/show/system/boot-messages/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/boot-messages/node.def b/templates/show/system/boot-messages/node.def
index 2781578..acf2173 100644
--- a/templates/show/system/boot-messages/node.def
+++ b/templates/show/system/boot-messages/node.def
@@ -1,2 +1,2 @@
help: Show kernel boot messages
-run: ${OFR_PAGER:-cat -s} /var/log/dmes? /dev/null
+run: sudo ${OFR_PAGER:-cat -s} /var/log/dmes? /dev/null