bluez: obexd: create root folder

This commit is contained in:
Stefan Saraev 2013-08-07 23:10:15 +03:00
parent 1168e3b5a6
commit ee19622cd7

View File

@ -41,6 +41,7 @@
if [ "$BLUEZ_ENABLED" == "true" -a "$OBEXD_ENABLED" == "true" ]; then
progress "Starting obexd"
wait_for_dbus
mkdir -p "$OBEXD_ROOT"
/usr/lib/bluetooth/obexd $OBEXD_DEBUG -r "$OBEXD_ROOT" &>/dev/null
fi
)&