accidently left in testin code

This commit is contained in:
Dave Eddy 2021-12-01 15:47:55 -05:00
parent 5c3f3d934f
commit e8e035c9a2
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ for line in "${lines[@]}"; do
echo "[$i/$numsnapshots] removing $snapshot: $humantime old ($humanused)"
if ! $dryrun; then
echo zfs destroy "${destroyargs[@]}" "$snapshot" || code=1
zfs destroy "${destroyargs[@]}" "$snapshot" || code=1
fi
done