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