1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

mad debug now appends to log file

git-svn-id: http://svn.opennebula.org/one/trunk@260 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2008-11-25 15:32:34 +00:00
parent 27183054c9
commit f2d3180b15

View File

@ -45,7 +45,7 @@ function execute_mad
fi
if [ -n "${ONE_MAD_DEBUG}" ]; then
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2> var/$LOG_FILE.log
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2>> var/$LOG_FILE.log
else
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2> /dev/null
fi