Update sts23.sh

This commit is contained in:
sts23 2020-12-11 18:25:38 +01:00 committed by GitHub
parent b65b937134
commit 66d1d47c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ do
fi fi
else else
echo "# Test - folgende zfs destroys würden ausgführt" echo "# Test - folgende zfs destroys würden ausgführt"
echo "$SNAPS" | head -n $DELSNAPS | xargs -n 1 zfs get creation -H echo "$SNAPS" | head -n $DELSNAPS | xargs -n 1 zfs get -H creation
echo "$SNAPS" | head -n $DELSNAPS | xargs -n 1 echo ">>" zfs destroy -v echo "$SNAPS" | head -n $DELSNAPS | xargs -n 1 echo ">>" zfs destroy -v
fi fi
fi fi