Update sts23.sh

This commit is contained in:
sts23
2020-12-11 18:25:38 +01:00
committed by GitHub
parent b65b937134
commit 66d1d47c95

View File

@ -83,7 +83,7 @@ do
fi
else
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
fi
fi