summaryrefslogtreecommitdiff
path: root/templates/show/configuration/node.def
blob: 34813a48e8518c17f6134726ac8c674905504ffe (plain)
1
2
3
4
5
6
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 --show-hide-secrets
     else
        echo Must be an admin user to run this command.
     fi