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 }