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