mirror of
https://github.com/munki/munki.git
synced 2026-05-07 04:49:28 -05:00
Fix installation check on staged_os_installer items
This commit is contained in:
@@ -447,7 +447,8 @@ func processInstall(
|
||||
}
|
||||
|
||||
if let installerType = pkginfo["installer_type"] as? String,
|
||||
installerType == "stage_os_installer"
|
||||
installerType == "stage_os_installer",
|
||||
installedState == .thisVersionInstalled
|
||||
{
|
||||
// installer appears to be staged; make sure the info is recorded
|
||||
// so we know we can launch the installer later
|
||||
|
||||
Reference in New Issue
Block a user