diff options
Diffstat (limited to 'templates/show/tech-support/save-uncompressed/node.def')
-rw-r--r-- | templates/show/tech-support/save-uncompressed/node.def | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/show/tech-support/save-uncompressed/node.def b/templates/show/tech-support/save-uncompressed/node.def deleted file mode 100644 index 4d828f1..0000000 --- a/templates/show/tech-support/save-uncompressed/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Save consolidated tech-support report uncompressed (private information removed) -run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; - then - source ${vyatta_datadir}/vyatta-op/functions/tech-support save-uncompressed | strip-private - else - echo Must be an admin user to run this command. - fi |