summaryrefslogtreecommitdiff
path: root/templates/show/tech-support/private/save-uncompressed
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-09-13 17:36:17 +0100
committerChristian Breunig <christian@breunig.cc>2023-09-14 07:57:01 +0200
commit642afa6d0544e59b05fe957dff4c8c300ef742c0 (patch)
treef4579275783b696599166af6a47ce451911be023 /templates/show/tech-support/private/save-uncompressed
parent0814f38e5985651c57e7b6b0d3908bae19a19df8 (diff)
downloadvyatta-op-642afa6d0544e59b05fe957dff4c8c300ef742c0.tar.gz
vyatta-op-642afa6d0544e59b05fe957dff4c8c300ef742c0.zip
T671: remove the old tech-support report implementation
(cherry picked from commit 8f08086c2a608529e97e0b76f75ce7d6616f8b31)
Diffstat (limited to 'templates/show/tech-support/private/save-uncompressed')
-rw-r--r--templates/show/tech-support/private/save-uncompressed/node.def7
-rw-r--r--templates/show/tech-support/private/save-uncompressed/node.tag/node.def8
2 files changed, 0 insertions, 15 deletions
diff --git a/templates/show/tech-support/private/save-uncompressed/node.def b/templates/show/tech-support/private/save-uncompressed/node.def
deleted file mode 100644
index 424e78a..0000000
--- a/templates/show/tech-support/private/save-uncompressed/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Save consolidated tech-support report uncompressed (contains private information)
-run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
- then
- source ${vyatta_datadir}/vyatta-op/functions/tech-support save-uncompressed
- else
- echo Must be an admin user to run this command.
- fi
diff --git a/templates/show/tech-support/private/save-uncompressed/node.tag/node.def b/templates/show/tech-support/private/save-uncompressed/node.tag/node.def
deleted file mode 100644
index f2f7572..0000000
--- a/templates/show/tech-support/private/save-uncompressed/node.tag/node.def
+++ /dev/null
@@ -1,8 +0,0 @@
-help: Save uncompressed tech-support report to specified path/file (contains private information)
-allowed: echo -n '<file> <scp://<user>:<passwd>@<host>/<file>> <ftp://<user>:<passwd>@<host>/<file>>'
-run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
- then
- source ${vyatta_datadir}/vyatta-op/functions/tech-support save-uncompressed $4
- else
- echo Must be an admin user to run this command
- fi