Fix doFinishingTasks() to actually run the postflight

This commit is contained in:
Greg Neagle
2024-09-03 11:23:40 -07:00
parent f20308b410
commit acce3a4514
@@ -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)
}