Correct size of one line in temp file
This commit is contained in:
parent
db0b6fcde9
commit
fc37812f7b
|
@ -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} ))"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue