preserve_more_snaps
This commit is contained in:
parent
18f0220d61
commit
7b6ccc4806
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue