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:
parent
fd5e47ed76
commit
5ed34f0687
@ -1,4 +1,4 @@
|
||||
if grep n8r /proc/cmdline >& /dev/null;
|
||||
if grep n8r /proc/cmdline > /dev/null 2>&1;
|
||||
then
|
||||
stty crtscts
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user