Update zfs-osx-unmount-snapshots.sh

This commit is contained in:
kneutron 2021-04-08 13:18:07 -05:00 committed by GitHub
parent d1ac1682ae
commit 107fe68f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ for zds in $(df|grep '.zfs' |awk '{print $1}'); do
zfs umount $zds zfs umount $zds
done done
df -hT df -h
exit; exit;