Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Jan 16, 2024
1 parent 3ff3f8d commit e296e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/agama/network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def copy_files
return unless Dir.exist?(ETC_NM_DIR)

# runtime configuration is copied first, so in case of later modification
# on same interface it gets overwriten.
# on same interface it gets overwriten (bsc#1210541).
copy_directory(
File.join(RUN_NM_DIR, "system-connections"),
File.join(Yast::Installation.destdir, ETC_NM_DIR, "system-connections")
Expand Down

0 comments on commit e296e37

Please sign in to comment.