*) fixed typo that caused log being written to console under Ubuntu and OpenSolaris, probably also fixes problem with FreeBSD

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4416 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 17 years ago
parent 9d693ee635
commit 0856cabb37

@ -113,7 +113,7 @@ then
elif [ $LOGGING -eq 1 ];then #logging
cmdline="$JAVA $JAVA_ARGS -Djava.awt.headless=true -classpath $CLASSPATH yacy >> yacy.log &"
else
cmdline="$JAVA $JAVA_ARGS -Djava.awt.headless=true -classpath $CLASSPATH yacy &> /dev/null &"
cmdline="$JAVA $JAVA_ARGS -Djava.awt.headless=true -classpath $CLASSPATH yacy >> /dev/null &"
fi
if [ $PRINTONLY -eq 1 ];then
echo $cmdline

Loading…
Cancel
Save