From a7d9f6bb254372acbf8d6dc54cabb83d6ee02e28 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 10 Jun 2024 20:43:00 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index b520257..f56d437 100644 --- a/src/install.sh +++ b/src/install.sh @@ -46,6 +46,7 @@ info "$msg..." && html "$msg..." fKill "progress.sh" msg="Failed to download $BOOT" +(( rc == 3 )) && error "$msg , cannot write file (disk full?)" && exit 60 (( rc == 4 )) && error "$msg , network failure!" && exit 60 (( rc == 8 )) && error "$msg , server issued an error response!" && exit 60 (( rc != 0 )) && error "$msg , reason: $rc" && exit 60