From 3713a0de0bdfedb3040f773e6c425e44abbdc38d Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 2 May 2013 11:29:30 +0000 Subject: [PATCH] fix defect 3477 PCM git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16159 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 a0406907b..35ba0dbb6 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -188,7 +188,7 @@ then service ssh restart fi else - service sshd start + service sshd restart fi kill -9 $CREDPID