summaryrefslogtreecommitdiff
path: root/templates/show/configuration/all/node.def
blob: 77c3e044f81f24584308b50c23bd711360686f96 (plain)
1
2
3
4
5
6
7
help: Show running configuration (including default values)
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; 
     then
        ${vyatta_sbindir}/vyatta-output-config.pl -all -active
     else
        echo Must be an admin user to run this command.
     fi