export PATH="/bb:$PATH"

if ! id -nG usbmux | grep "plugdev " > /dev/null 2>&1; then
	/bb/adduser -G plugdev -D usbmux
fi
