diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-04 12:41:08 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-04 12:41:08 -0800 |
commit | cd13f35ce4d0e1918e4230ed86ef83302b00336d (patch) | |
tree | 8236247a6a517129a3160a9dd85278f03472e4ae | |
parent | 0c30d1f0919c646ec3f340ae2f11a10e9443c8a8 (diff) | |
download | vyatta-op-cd13f35ce4d0e1918e4230ed86ef83302b00336d.tar.gz vyatta-op-cd13f35ce4d0e1918e4230ed86ef83302b00336d.zip |
Fix permission for "show system boot-messages".
-rw-r--r-- | templates/show/system/boot-messages/node.def | 2 |
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 |