Skip to content

Commit

Permalink
Set the workflow manager in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 13, 2022
1 parent 90b4d8e commit f25c54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/autoinstall/clients/inst_autoinit.rb
Expand Up @@ -143,6 +143,8 @@ def run

return :abort if Yast::UI.PollInput == :abort && Yast::Popup.ConfirmAbort(:painless)

Yast::WorkflowManager.SetBaseWorkflow(false)

:next
end

Expand Down Expand Up @@ -408,7 +410,6 @@ def offline_product
Yast::Pkg.ResolvableInstall(product.details.product, :product, "")
# initialize addons and the workflow manager
Yast::AddOnProduct.SetBaseProductURL(base_url)
Yast::WorkflowManager.SetBaseWorkflow(false)
Yast::AutoinstFunctions.reset_product
# report error only for installation or if autoupgrade contain addon with relative url.
# This way autoupgrade for Full medium on registered system
Expand Down

0 comments on commit f25c54b

Please sign in to comment.