#!/bin/bash	
echo "Setting up WWAN Testing"	
chmod 755 /usr/bin/qmicli
chmod 755 /usr/bin/qmi-firmware-update
chmod 755 /usr/bin/qmi-network
chmod 755 /root/debug
	
echo "all Done."	

