X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bluetooth_log_dump.sh;h=3ed38c6b9c6110b92f2e7aad805318f04695a385;hb=34389ab8d8f647d553404f074e2e93e62480e1f4;hp=40d04030dd920a28fa850068a7d6e9a6916993ce;hpb=42856673a125da7fbf62c4dade873ae76640cb05;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bluetooth_log_dump.sh b/bluetooth_log_dump.sh index 40d0403..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} 551:551 ${BLUETOOTH_DEBUG} +/bin/mkdir -p ${BLUETOOTH_DEBUG} +/bin/chmod g+w ${BLUETOOTH_DEBUG} if [ -e ${BT_DATA_DIR} ] then