From ed8e08b9a777378de0cbf01ed25c5b5a072709af Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Fri, 2 Jul 2021 22:45:15 +0900 Subject: [PATCH] Fix the void installer unexpected quit detection The unneccesally space was the root caause. --- script/void-kaiten-yaki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/void-kaiten-yaki.sh b/script/void-kaiten-yaki.sh index 50f081b..7e0517d 100644 --- a/script/void-kaiten-yaki.sh +++ b/script/void-kaiten-yaki.sh @@ -88,7 +88,7 @@ function main() { grub_check_and_modify & # Record the PID of the background checker. - grub_check_and_modify_id = $! + grub_check_and_modify_id=$! # Start void-installer void-installer