summaryrefslogtreecommitdiff
path: root/templates/show/tech-support/brief/node.def
blob: 9a4a6245131fa8dac8d18e559cf0e68253a16a22 (plain)
1
2
3
4
5
6
7
help: Show brief tech-support report (private information removed)
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ];
     then
       source ${vyatta_datadir}/vyatta-op/functions/tech-support-brief | strip-private
     else
       echo Must be an admin user to run this command
     fi