Skip to content

Commit 11e2dbc

Browse files
Merge remote-tracking branch 'upstream/dev' into dev
2 parents c013628 + 526b01f commit 11e2dbc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/oref0-setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -852,11 +852,6 @@ if prompt_yn "" N; then
852852

853853
echo Checking for BT Mac, BT Peb, Shareble, or xdrip-js
854854
if [[ ! -z "$BT_PEB" || ! -z "$BT_MAC" || ! -z $BLE_SERIAL || ! -z $DEXCOM_CGM_TX_ID ]]; then
855-
if [ ! -z "$BT_MAC" ]; then
856-
printf 'Checking for the bnep0 interface in the interfaces file and adding if missing...'
857-
# Make sure the bnep0 interface is in the /etc/networking/interface
858-
(grep -qa bnep0 /etc/network/interfaces && printf 'skipped.\n') || (printf '\n%s\n\n' "iface bnep0 inet dhcp" >> /etc/network/interfaces && printf 'added.\n')
859-
fi
860855
# Install Bluez for BT Tethering
861856
echo Checking bluez installation
862857
bluetoothdversion=$(bluetoothd --version || 0)

0 commit comments

Comments
 (0)