mirror of
https://github.com/munki/munki.git
synced 2026-05-24 07:08:39 -05:00
Fix doFinishingTasks() to actually run the postflight
This commit is contained in:
@@ -337,5 +337,5 @@ func doFinishingTasks(runtype: String = "") async {
|
||||
} else {
|
||||
"osinstall"
|
||||
}
|
||||
_ = await runPreOrPostScript(postflightRuntype, displayName: "postflight", runType: postflightRuntype)
|
||||
_ = await runPreOrPostScript(postflightPath, displayName: "postflight", runType: postflightRuntype)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user