diff options
-rw-r--r-- | bin/executable_wd-umount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/executable_wd-umount b/bin/executable_wd-umount index 6d9ecbe..e44c3ad 100644 --- a/bin/executable_wd-umount +++ b/bin/executable_wd-umount @@ -3,7 +3,7 @@ case `uname` in OpenBSD) doas umount /mnt/wd - doas bioctl -d sd3 + doas bioctl -d 79665ba14a5187ba ;; Linux) sudo umount --lazy -f /var/lib/mpd/music |