Skip to content

Commit

Permalink
Merge pull request #77 from fhibler/master
Browse files Browse the repository at this point in the history
Logout behaviour fixed.
  • Loading branch information
ytti committed Feb 19, 2015
2 parents 5fa5d6b + 19de2ac commit e837b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/ironware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IronWare < Oxidized::Model

cfg :telnet, :ssh do
post_login 'skip-page-display'
pre_logout 'exit'
pre_logout 'logout'
end

end

0 comments on commit e837b9b

Please sign in to comment.