From 872ee19eea422dc521131935f57a4c1ed84d1de5 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Wed, 9 Jan 2013 07:46:01 +0000 Subject: [PATCH] remoteshell on debian git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14813 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 3625bb456..303cabb05 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -158,7 +158,7 @@ fi # start up the sshd for syncfiles postscript to do the sync work logger -t xCAT -p local4.info "start up sshd" -if [[ $OSVER == ubuntu* ]] +if [[ $OSVER == ubuntu* || $OSVER == debian* ]] then if [ ! -d /var/run/sshd ] then