Remove wrong dependency in the systemd service file
[platform/core/connectivity/bluetooth-frwk.git] / bluetooth_log_dump.sh
index 073e407..3ed38c6 100755 (executable)
@@ -8,7 +8,8 @@ BLUETOOTH_DEBUG=${1}/bluetooth
 PREV_PWD=${PWD}
 BT_DATA_DIR=/var/lib/bluetooth
 
-mkdir -p ${BLUETOOTH_DEBUG}
+/bin/mkdir -p ${BLUETOOTH_DEBUG}
+/bin/chmod g+w ${BLUETOOTH_DEBUG}
 
 if [ -e ${BT_DATA_DIR} ]
 then