help: Show running configuration as set commands
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; 
     then
        ${vyatta_sbindir}/vyatta-config-gen-sets.pl
     else
        echo Must be an admin user to run this command.
     fi