2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

fix a problem in the previous check for bug fix 4119

This commit is contained in:
ligc
2014-07-24 17:00:08 -05:00
parent 489a16287b
commit 56a62ffb03

View File

@ -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