Unverified Commit 45b24216 authored by Cristian Maglie's avatar Cristian Maglie Committed by GitHub

Allow post_install for untrusted platforms (#911)

parent 2f875835
......@@ -140,7 +140,7 @@ func installPlatform(pm *packagemanager.PackageManager,
}
// Perform post install
if !skipPostInstall && platformRelease.IsTrusted {
if !skipPostInstall {
log.Info("Running post_install script")
taskCB(&rpc.TaskProgress{Message: "Configuring platform (post_install run)"})
if err := pm.RunPostInstallScript(platformRelease); err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment