fix a typo that output of postscript could not be written to /var/log/xcat/xcat.log

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14673 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-12-18 03:08:13 +00:00
parent c0a425a610
commit aadf88afd8

View File

@ -347,7 +347,7 @@ run_ps () {
echo \"\`date\` Running postscript: \$@\" | tee -a \$logfile
#./\$@ 2>&1 1> /tmp/tmp4xcatlog
#cat /tmp/tmp4xcatlog | tee -a \$logfile
./\$@ 2>&1 | tee -a $logfile
./\$@ 2>&1 | tee -a \$logfile
else
echo \"\`date\` Postscript \$1 does NOT exist.\" | tee -a \$logfile
fi