index 63daa75..5d44127 --- a/etc/init.d/spawn-fcgi +++ b/etc/init.d/spawn-fcgi @@ -25,7 +25,7 @@ start() { done # clean environment and set up a new one - env - ${E} ${EX} 2>${SPAWNFCGI_PID} + env - ${E} ${EX} &> ${SPAWNFCGI_PID} my_end=$? if [ "$my_end" != "0" ]; then [ -f ${SPAWNFCGI_PID} ] && rm -f ${SPAWNFCGI_PID}