File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ func installPlatform(pm *packagemanager.PackageManager,
142
142
// Perform post install
143
143
if ! skipPostInstall {
144
144
log .Info ("Running post_install script" )
145
- taskCB (& rpc.TaskProgress {Message : "Configuring platform (post_install run) " })
145
+ taskCB (& rpc.TaskProgress {Message : "Configuring platform" })
146
146
if err := pm .RunPostInstallScript (platformRelease ); err != nil {
147
- return errors . Errorf ( "running post install: %s" , err )
147
+ taskCB ( & rpc. TaskProgress { Message : fmt . Sprintf ( "WARNING: cannot run post install: %s" , err )} )
148
148
}
149
- } else if skipPostInstall {
149
+ } else {
150
150
log .Info ("Skipping platform configuration (post_install run)." )
151
- taskCB (& rpc.TaskProgress {Message : "Skipping platform configuration (post_install run) " })
151
+ taskCB (& rpc.TaskProgress {Message : "Skipping platform configuration" })
152
152
}
153
153
154
154
log .Info ("Platform installed" )
You can’t perform that action at this time.
0 commit comments