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:
parent
0224a544c4
commit
b6cd3ca5bf
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user