diff --git a/install.sh b/install.sh index 6ba92c0..1a7b6a1 100644 --- a/install.sh +++ b/install.sh @@ -448,6 +448,8 @@ main() { load core.sh # create a reality config add reality + # wait for background tasks (e.g., OpenRC service start) + wait # remove tmp dir and exit. exit_and_del_tmpdir ok }