diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-05-30 06:41:26 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-05-30 06:41:26 -0700 |
commit | 6be8ab6a9801b3e658659281ec7c8241e635436f (patch) | |
tree | 11a7801af2c59adc20e13f702f0487a9d61afbed /templates | |
parent | 9385a8b187e6d788867a8958bc7bcd2f34854316 (diff) | |
download | vyatta-op-6be8ab6a9801b3e658659281ec7c8241e635436f.tar.gz vyatta-op-6be8ab6a9801b3e658659281ec7c8241e635436f.zip |
Allow admin user to run "show system image storage" command.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/system/image/storage/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/system/image/storage/node.def b/templates/show/system/image/storage/node.def index 0592adc..5dfd193 100644 --- a/templates/show/system/image/storage/node.def +++ b/templates/show/system/image/storage/node.def @@ -1,3 +1,3 @@ help: Show disk space utilization of system images -run: /opt/vyatta/bin/show-image-storage.pl +run: sudo /opt/vyatta/bin/show-image-storage.pl |