feat: replace df command with zfs list to display created datasets
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2025-03-12 11:32:24 +01:00
parent cc2e48c96f
commit d37bc58c11

View File

@ -52,7 +52,7 @@ for dataset in "${datasets[@]}"; do
sudo zfs create -o mountpoint=legacy datapool/"$dataset"
done
df -h
zfs list
echo ""
echo "ZFS datasets created successfully."