Update zfs-osx-mount-snapshot.sh

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

View File

@ -13,7 +13,7 @@ for zds in $(zfs-list-snaps--boojum.sh |grep virtbox |awk '{print $1}'); do
zfs mount $zds
done
df -hT
df -h
exit;