diff --git a/zfs_count b/zfs_count index 0659b83..d762e6d 100644 --- a/zfs_count +++ b/zfs_count @@ -19,8 +19,8 @@ if [ "$1" = "config" ]; then # https://superuser.com/questions/284187/bash-iterating-over-lines-in-a-variable while read -r line; do # setze label .label snapshots - echo $line | awk '{print $1"_snapshot.label " $1 " snapshots"}' - echo $line | awk '{print $1"_dataset.label " $1 " datasets"}' + echo $line | awk '{print $1"_snapshot.label" $1 " snapshots"}' + echo $line | awk '{print $1"_dataset.label" $1 " datasets"}' done <<< "$list_pools" echo 'pools.label pools' # setze optionen