From 74a822071d20c51685991e99aebf13e39fbfb6b3 Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 15 Jul 2015 10:46:57 -0400 Subject: [PATCH] fixed defect 4714 that Juniper swithces did not show command output with xdsh/ssh --- xCAT-server/share/xcat/devicetype/EthSwitch/Jun/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/devicetype/EthSwitch/Jun/config b/xCAT-server/share/xcat/devicetype/EthSwitch/Jun/config index 27ecfd8bc..b6d158239 100644 --- a/xCAT-server/share/xcat/devicetype/EthSwitch/Jun/config +++ b/xCAT-server/share/xcat/devicetype/EthSwitch/Jun/config @@ -3,4 +3,4 @@ ssh-setup-command= [xdsh] pre-command=set cli screen-length 0; -post-command=NULL +post-command=set cli screen-length 0;