Skip to content

Commit

Permalink
We cannot combine both loops
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Oct 31, 2024
1 parent 7e21b88 commit 31262d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/IscsiClientLib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,9 @@ def autoyastWrite
ifacepar << " " unless ifacepar.empty?
ifacepar << "-I " << iface.shellescape
ifaces << iface
end

@ay_settings.fetch("targets", []).each do |target|
next if portals.include? target["portal"]
SCR.Execute(
path(".target.bash"),
Expand Down

0 comments on commit 31262d5

Please sign in to comment.