Correct size of one line in temp file

This commit is contained in:
Jeremy Gardais 2020-11-30 17:50:27 +01:00
parent db0b6fcde9
commit fc37812f7b
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ is_pending_upgrade_more_than_attempts() { # {{{
local_attempts="${1}" local_attempts="${1}"
local_line_size="24" local_line_size="26"
local_max_file_size="$(( ${local_attempts} * ${local_line_size} ))" local_max_file_size="$(( ${local_attempts} * ${local_line_size} ))"