feat: replace df command with zfs list to display created datasets
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
Some checks failed
Nix Format Check / check-format (push) Failing after 37s
This commit is contained in:
@ -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."
|
||||
|
Reference in New Issue
Block a user