Fix prescript syntax problem for RH family kickstart
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if grep n8r /proc/cmdline >& /dev/null;
|
||||
if grep n8r /proc/cmdline > /dev/null 2>&1;
|
||||
then
|
||||
stty crtscts
|
||||
fi
|
||||
|
Reference in New Issue
Block a user