diff options
-rwxr-xr-x | bin/executable_wd-mount | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/executable_wd-mount b/bin/executable_wd-mount index 2d0d6aa..de4703f 100755 --- a/bin/executable_wd-mount +++ b/bin/executable_wd-mount @@ -2,8 +2,8 @@ case `uname` in OpenBSD) - doas bioctl -c C -l sd2a softraid0 - doas mount /mnt/wd + doas bioctl -c C -l fe3fd8d53b06049b.a softraid0 + doas mount /media/wd ;; Linux) if ! mount | grep -w /media/t > /dev/null ; then @@ -28,3 +28,5 @@ case `uname` in echo "Unknown host" exit 1 esac + +# vim: set sw=4: |