Update 2024-10-06 20:52 OpenBSD/amd64-t14
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
if mount | fgrep '/tank/' -q
|
||||
then
|
||||
echo "already mounted"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
awk '$3=="nfs"{print $2}' /etc/fstab \
|
||||
| xargs -n1 doas mount \
|
||||
| cut -d" " -f-3
|
||||
|
||||
Reference in New Issue
Block a user