Fix the void installer unexpected quit detection

The unneccesally space was the root caause.
This commit is contained in:
Suikan 2021-07-02 22:45:15 +09:00
parent 508f2f8130
commit ed8e08b9a7

View file

@ -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