Skip to content

Commit

Permalink
save settings
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 25, 2016
1 parent 864d2d3 commit b9351b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clients/inst_autosetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,11 @@ def main
#
Progress.NextStage
if Profile.current["ssh_import"]
config = Profile.current["ssh_import"]
Profile.remove_sections("ssh_import")
return :abort unless WFM.CallFunction(
"ssh_import_auto",
["Import", Profile.current["ssh_import"]]
["Import", config]
)
end

Expand Down

0 comments on commit b9351b9

Please sign in to comment.