Skip to content

Commit 8d54b87

Browse files
MickLeskhavardthom
andauthored
Update misc/build.func
Co-authored-by: Håvard Gjøby Thom <[email protected]>
1 parent 5146ff6 commit 8d54b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ check_container_resources() {
522522
fi
523523
}
524524

525-
check_storage() {
525+
check_container_storage() {
526526
# Check if the /boot partition is more than 80% full
527527
if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
528528
# Prompt the user for confirmation to continue

0 commit comments

Comments
 (0)