summaryrefslogtreecommitdiff
path: root/templates/show/configuration/commands/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/configuration/commands/node.def')
-rw-r--r--templates/show/configuration/commands/node.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/show/configuration/commands/node.def b/templates/show/configuration/commands/node.def
deleted file mode 100644
index f2e047e..0000000
--- a/templates/show/configuration/commands/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Show running configuration as set commands
-run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
- then
- cli-shell-api showCfg --show-active-only | vyos-config-to-commands
- else
- echo Must be an admin user to run this command.
- fi