From 4b18389b35f6e2bd5aa6493d76008ce7488a9664 Mon Sep 17 00:00:00 2001 From: rowanchen-com Date: Sat, 21 Mar 2026 18:14:18 +0800 Subject: [PATCH] fix: wait for background tasks before exit to prevent output overlap --- install.sh | 2 ++ 1 file changed, 2 insertions(+) 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 }