X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bluetooth_log_dump.sh;h=3ed38c6b9c6110b92f2e7aad805318f04695a385;hb=c7066bff9deea4b9d79fd4a089dffe93c72686f8;hp=2254e9ff144ccd309093496d10caaee5e14c0487;hpb=500a98cc5f202cd02c2c25c39c13e3af0d7947b4;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bluetooth_log_dump.sh b/bluetooth_log_dump.sh index 2254e9f..3ed38c6 100755 --- a/bluetooth_log_dump.sh +++ b/bluetooth_log_dump.sh @@ -4,14 +4,12 @@ # bluetooth #-------------------------------------- -CHOWN="/bin/chown" - BLUETOOTH_DEBUG=${1}/bluetooth PREV_PWD=${PWD} BT_DATA_DIR=/var/lib/bluetooth -mkdir -p ${BLUETOOTH_DEBUG} -${CHOWN} 200:200 ${BLUETOOTH_DEBUG} +/bin/mkdir -p ${BLUETOOTH_DEBUG} +/bin/chmod g+w ${BLUETOOTH_DEBUG} if [ -e ${BT_DATA_DIR} ] then