Update 2025-06-08 11:15 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-06-08 11:15:49 +02:00
parent 62d5edaf29
commit 9f365fe933
2 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
if mount | fgrep '/tank/' -q
if mount | fgrep -q '/tank/'
then
echo "already mounted"
exit 1