for defect 3178022,

added the full path of "mkdir" command in rc.statelite files

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8881 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2011-02-17 09:24:21 +00:00
parent 0224a544c4
commit b6cd3ca5bf
2 changed files with 2 additions and 2 deletions

View File

@ -237,7 +237,7 @@ ProcessType () {
# every type has to have a base dir in tmpfs
if [ ! -d ${TMPFS}${PPATH} ] && [ ! -L ${TMPFS}${PPATH} ]; then
mkdir -p ${TMPFS}${PPATH}
/bin/mkdir -p ${TMPFS}${PPATH}
echo "mkdir -p ${TMPFS}${PPATH}" >>$LOG
fi

View File

@ -237,7 +237,7 @@ ProcessType () {
# every type has to have a base dir in tmpfs
if [ ! -d ${TMPFS}${PPATH} ] && [ ! -L ${TMPFS}${PPATH} ]; then
mkdir -p ${TMPFS}${PPATH}
/bin/mkdir -p ${TMPFS}${PPATH}
echo "mkdir -p ${TMPFS}${PPATH}" >>$LOG
fi