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