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