From 43e89b90a2adebfe26cc709c584189ce95cdff6d Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 20 Jun 2013 11:41:18 +0000 Subject: [PATCH] change from service sshd start to service sshd restart to pick up configuration changes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@16711 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/remoteshell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index fa69cbc68..f4b140b82 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -160,7 +160,7 @@ then service ssh restart fi else - service sshd start + service sshd restart fi kill -9 $CREDPID