summaryrefslogtreecommitdiff
path: root/templates/show/configuration/node.def
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-06-13 13:01:53 +0200
committerDaniil Baturin <daniil@baturin.org>2018-06-13 13:07:29 +0200
commitfb4165b9265a9d09bf83b43e79bd698cfe9b559f (patch)
treebff600cd01ebc34730715e26f42ea659afb5801f /templates/show/configuration/node.def
parentb9c3925b1f68534b51f4d2f2b239ae7cdd2ef030 (diff)
downloadvyatta-op-fb4165b9265a9d09bf83b43e79bd698cfe9b559f.tar.gz
vyatta-op-fb4165b9265a9d09bf83b43e79bd698cfe9b559f.zip
T689: remove files no longer needed after merging PR#14 into vyos-1x.
Diffstat (limited to 'templates/show/configuration/node.def')
-rw-r--r--templates/show/configuration/node.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/show/configuration/node.def b/templates/show/configuration/node.def
deleted file mode 100644
index 34813a4..0000000
--- a/templates/show/configuration/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Show running configuration
-run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
- then
- cli-shell-api showCfg --show-active-only --show-hide-secrets
- else
- echo Must be an admin user to run this command.
- fi