1 2 3 4 5 6 7
help: Show brief tech-support report run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then source ${vyatta_datadir}/vyatta-op/functions/tech-support-brief else echo Must be an admin user to run this command fi