changed "#!/bin/sh" to "#!/bin/bash"
because redhat5.x use "anaconda.busybox sh" which doesn't support POSIX shell standards very well, for example, it doesn't support array-type variables git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6420 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2d39a67493
commit
1c59d01b64
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# rc.statelite will grab all the mount points we need to check
|
||||
# for keeping an image together. This will have to do until unionfs
|
||||
# is ready.
|
||||
|
Loading…
Reference in New Issue
Block a user