summaryrefslogtreecommitdiff
path: root/templates/show/tech-support/node.def
blob: c211e90191d7287fec4e9befb8d8fd78d94d7855 (plain)
1
2
3
4
5
6
7
help: Show consolidated 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 | strip-private
     else
       echo Must be an admin user to run this command
     fi