X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bluetooth_log_dump.sh;h=3ed38c6b9c6110b92f2e7aad805318f04695a385;hb=refs%2Fchanges%2F93%2F184593%2F1;hp=40d04030dd920a28fa850068a7d6e9a6916993ce;hpb=96e67a02816e81a31f8a37e188de0f3bbb13429b;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bluetooth_log_dump.sh b/bluetooth_log_dump.sh old mode 100644 new mode 100755 index 40d0403..3ed38c6 --- 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