From 7d36fbc2f143c7c67967aa904da068d400afe668 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 9 Dec 2025 16:43:38 +0800 Subject: [PATCH] :art: Improve exit Signed-off-by: Daniel <845765@qq.com> --- kernel/model/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/conf.go b/kernel/model/conf.go index 067a39800..89630aaa8 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -750,7 +750,7 @@ func Close(force, setCurrentWorkspace bool, execInstallPkg int) (exitCode int) { } util.HttpServing = false - if util.ContainerAndroid == util.Container { + if util.ContainerAndroid == util.Container || util.ContainerIOS == util.Container { return }