From fc37812f7b10464637b8639a16d0078a629e67fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 30 Nov 2020 17:50:27 +0100 Subject: [PATCH] Correct size of one line in temp file --- cluster/apt.check.update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ))"