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:
mxi1 2010-06-10 09:45:15 +00:00
parent 2d39a67493
commit 1c59d01b64

View File

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