mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Fix the void installer unexpected quit detection
The unneccesally space was the root caause.
This commit is contained in:
parent
508f2f8130
commit
ed8e08b9a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue