From a74d10d2487e83008cacc4b63a007b628b8dd840 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 17 Sep 2021 08:41:53 +0200 Subject: [PATCH] doppelte Leerzeichen entfernt --- zfs_count | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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