blob: 84b4ed04a651873696f46b8efea06e2f5bc829be (
plain)
1
2
3
4
5
6
7
|
help: Save uncompressed 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-uncompressed | strip-private
else
echo Must be an admin user to run this command
fi
|