From 56a62ffb03588967d6d48a30effb2d74f58c40e4 Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 24 Jul 2014 17:00:08 -0500 Subject: [PATCH] fix a problem in the previous check for bug fix 4119 --- xCAT/postscripts/configeth | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/configeth b/xCAT/postscripts/configeth index d76cd8d35..7c57c702f 100755 --- a/xCAT/postscripts/configeth +++ b/xCAT/postscripts/configeth @@ -1,7 +1,9 @@ #!/bin/bash +# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html +# Internal script used by confignics only. +# It configs the Ethernet adpaters on the node - -f [ "$(uname -s|tr 'A-Z' 'a-z')" = "linux" ];then +if [ "$(uname -s|tr 'A-Z' 'a-z')" = "linux" ];then str_dir_name=`dirname $0` . $str_dir_name/xcatlib.sh fi