This commit is contained in:
Stefan Mavrodiev 2018-01-30 09:33:23 +02:00
parent 8c42406f1d
commit c87a18b3c0

View File

@ -40,7 +40,7 @@ family_tweaks_s()
echo "ttyGS0" >> $SDCARD/etc/securetty
# Enable bluetooth
chroot $SDCARD /bin/bash -c "systemctl --no-reload enable olimex-bluetooth.service >/dev/null 2>&1"
chroot $SDCARD /bin/bash -c "systemctl --no-reload enable olinuxino-bluetooth.service >/dev/null 2>&1"
fi
}