Skip to content

Commit

Permalink
Document reason to set to_target when writing
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jun 10, 2021
1 parent e06884f commit c0f3d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/Proxy.rb
Expand Up @@ -214,6 +214,8 @@ def Write

# user can't relogin in installation and update, do not show the msg then (bnc#486037, bnc#543469)
ProxyFinishPopup(true) if Mode.normal
# By now the configuration written to the inst-sys should be copied always to the target
# system, so it is set here in order to discharge others from establishing it. (bsc#1185016)
@to_target = true if Stage.initial

@modified = false
Expand Down

0 comments on commit c0f3d9f

Please sign in to comment.