PBS_HOME wrong, should be /var/spool/torque (not /var/spool/pbs).

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
datajerk 2010-05-13 15:53:08 +00:00
parent 611b247ed6
commit 2ad6ca4ac4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ trap "exit 0" 1 2 3 15 20
sleep 5
PBS_HOME=/var/spool/pbs
PBS_HOME=/var/spool/torque
PATH=$PBS_HOME/mom_priv:$PATH
TAKEDOWN=$PBS_HOME/mom_priv/takedownnode
TAKEDOWN2=$PBS_HOME/mom_priv/takedownnode2

View File

@ -3,7 +3,7 @@
#(C)IBM Corp
#
PBS_HOME=/var/spool/pbs
PBS_HOME=/var/spool/torque
PATH=$PBS_HOME/mom_priv:$PATH
export LANG=C