change the link /bin/sh to /bin/bash
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14403 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d88759f805
commit
8d3407e137
@ -25,6 +25,8 @@ for i in $(echo #TABLE:site:key=nameservers:value# | tr ',' ' ')
|
||||
do
|
||||
echo "nameserver $i"
|
||||
done >>/etc/resolv.conf
|
||||
#change the soft link /bin/sh to /bin/bash
|
||||
ln -sf /bin/bash /bin/sh
|
||||
#
|
||||
# Run xCAT post install
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user