From 1c59d01b64c0f16cd3e5937d657c4cf2ef26bc98 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 10 Jun 2010 09:45:15 +0000 Subject: [PATCH] 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 --- xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite index 8f3f40d1d..6d8a5db18 100755 --- a/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite +++ b/xCAT-server/share/xcat/netboot/add-on/statelite/rc.statelite @@ -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.