From 2df2270dfc026763cc06f7fe0cb0505c71f8c6b1 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 4 Jan 2024 17:42:03 +0100 Subject: [PATCH] Better error message --- src/script/arch-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index 7580874..ea8fffe 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -504,7 +504,7 @@ kernel_reboot() { sleep 5 if ! reboot; then echo - error_msg "An error has occurred\nThe reboot has been aborted\n" && quit_msg + error_msg "An error has occurred during the reboot process\nThe reboot has been aborted\n" && quit_msg exit 6 else exit 0