Skip to content

Commit

Permalink
*) fixed typo that caused log being written to console under Ubuntu a…
Browse files Browse the repository at this point in the history
…nd OpenSolaris, probably also fixes problem with FreeBSD

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4416 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Jan 29, 2008
1 parent 9d693ee commit 0856cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startYACY.sh
Expand Up @@ -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
Expand Down

0 comments on commit 0856cab

Please sign in to comment.