diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2022-01-22 15:35:26 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2022-01-22 15:35:26 -0500 |
| commit | c474497009a99b07ddb5e17b2d2fd5ddb90f6113 (patch) | |
| tree | 2154007a39e6549f10692937dcb8bbe55813ca25 /bin | |
| parent | stty discard undef on OpenBSD as well (diff) | |
use uuid in wd-umount on openbsd
Diffstat (limited to '')
| -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 |
