diff options
Diffstat (limited to 'templates/show/configuration/node.def')
-rw-r--r-- | templates/show/configuration/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/configuration/node.def b/templates/show/configuration/node.def index 3c2c7e7..bda1abc 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 - ${vyatta_sbindir}/vyatta-output-config.pl -active + cli-shell-api showCfg --show-active-only else echo Must be an admin user to run this command. fi |