mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit d43d2f56c112bdfaba4e30bcbbbae9874718afdd
parent 3b80b94226a5c27b5332c996f7fdc3a436c2e328
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  3 Jan 2017 15:05:23 +0100

fix mountpoint

Diffstat:
bluetooth_fuse | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bluetooth_fuse b/bluetooth_fuse @@ -4,7 +4,7 @@ set -e set -x FILE="$HOME/config/private/bluetooth" DEVICE="$1" -MNT="$HOME/$DEVICE" +MNT="$HOME/mnt/$DEVICE" HW=$(grep "^$DEVICE\s" "$FILE" | cut -d' ' -f2) if [[ -z "$HW" ]] then