From 8d54b87146cd03f989b4a72178fb99dc189f1417 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:50:55 +0100 Subject: [PATCH] Update misc/build.func MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 90b0dc19..a9094a55 100644 --- a/misc/build.func +++ b/misc/build.func @@ -522,7 +522,7 @@ check_container_resources() { fi } -check_storage() { +check_container_storage() { # Check if the /boot partition is more than 80% full if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then # Prompt the user for confirmation to continue