summaryrefslogtreecommitdiff
path: root/templates/show/configuration/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show/configuration/node.def')
-rw-r--r--templates/show/configuration/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/configuration/node.def b/templates/show/configuration/node.def
index bda1abc..34813a4 100644
--- a/templates/show/configuration/node.def
+++ b/templates/show/configuration/node.def
@@ -1,7 +1,7 @@
help: Show running configuration
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
then
- cli-shell-api showCfg --show-active-only
+ cli-shell-api showCfg --show-active-only --show-hide-secrets
else
echo Must be an admin user to run this command.
fi