diff --git a/cluster/apt.check.update.sh b/cluster/apt.check.update.sh index ccf0ea5..0ddba08 100755 --- a/cluster/apt.check.update.sh +++ b/cluster/apt.check.update.sh @@ -173,7 +173,7 @@ is_pending_upgrade_more_than_attempts() { # {{{ local_attempts="${1}" - local_line_size="24" + local_line_size="26" local_max_file_size="$(( ${local_attempts} * ${local_line_size} ))"