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:
parent
309bc5cc48
commit
43e89b90a2
@ -160,7 +160,7 @@ then
|
||||
service ssh restart
|
||||
fi
|
||||
else
|
||||
service sshd start
|
||||
service sshd restart
|
||||
fi
|
||||
|
||||
kill -9 $CREDPID
|
||||
|
Loading…
x
Reference in New Issue
Block a user