fix: Correction activation ble.sh

This commit is contained in:
Xavier Logerais
2024-06-21 16:48:06 +00:00
parent 640df9986c
commit f651195b22
3 changed files with 9 additions and 3 deletions

6
rc.before.d/blesh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# ble.sh () installed from nix
if (command -v blesh-share &>/dev/null); then
source "$(blesh-share)"/ble.sh --attach=none # does not work currently
fi