Skip to content

Commit

Permalink
Refresh system_config after writing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 27, 2020
1 parent bbefa54 commit e2946c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/Lan.rb
Expand Up @@ -506,6 +506,8 @@ def Write(gui: true)

target = :sysconfig if Mode.auto
yast_config.write(original: system_config, target: target)
# Force a refresh of the system_config bsc#1162987
add_config(:system, yast_config.copy)
Progress.set(orig)
Builtins.sleep(sl)

Expand Down

0 comments on commit e2946c8

Please sign in to comment.