preserve_more_snaps

This commit is contained in:
Milan Meduna 2021-01-12 21:09:19 +01:00
parent 8ae1f0710b
commit 0ec2a074b7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ do
done
else
SNAP_TO_SEND_FIRST=$(echo "$SNAPS_CLEANED" | tail -n 12 | head -n 1)
SNAP_TO_SEND_FIRST=$(echo "$SNAPS_CLEANED" | tail -n 48 | head -n 1)
fi
echo "Sending first snapshot"