diff options
author | Clement Parisot <clement.parisot@uni.lu> | 2017-04-03 10:13:38 +0200 |
---|---|---|
committer | Clement Parisot <clement.parisot@uni.lu> | 2017-04-12 13:47:47 +0200 |
commit | f4d65e911cc4ecb4471b7e91f88285bcc1078c42 (patch) | |
tree | b891cac1b30358838e465b25d81435cc3f5f2501 | |
parent | 339bf606b646f127e7f5a4544613cfafeaa28f8a (diff) |
model - mlnxos : patch exit command
Signed-off-by: Clement Parisot <clement.parisot@uni.lu>
-rw-r--r-- | lib/oxidized/model/mlnxos.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/mlnxos.rb b/lib/oxidized/model/mlnxos.rb index 97e7098..49f3369 100644 --- a/lib/oxidized/model/mlnxos.rb +++ b/lib/oxidized/model/mlnxos.rb @@ -42,6 +42,6 @@ class MLNXOS < Oxidized::Model cfg :ssh do password /^Password:\s*/ - pre_logout 'exit' + pre_logout "\nexit" end end |