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
This commit is contained in:
lissav 2013-06-20 11:41:18 +00:00
parent 309bc5cc48
commit 43e89b90a2

View File

@ -160,7 +160,7 @@ then
service ssh restart
fi
else
service sshd start
service sshd restart
fi
kill -9 $CREDPID