Skip to content

Commit

Permalink
fixed pid-file for linux start-script
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5090 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
danielr committed Aug 27, 2008
1 parent 1a1d57e commit 73519cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startYACY.sh
Expand Up @@ -175,7 +175,7 @@ then
elif [ $LOGGING -eq 1 ];then #logging
cmdline="$cmdline >> yacy.log & echo \$! > $PIDFILE"
else
cmdline="$cmdline &> /dev/null & echo \$! > $PIDFILE"
cmdline="$cmdline >/dev/null 2>/dev/null & echo \$! > $PIDFILE"
fi
if [ $PRINTONLY -eq 1 ];then
echo $cmdline
Expand Down

0 comments on commit 73519cb

Please sign in to comment.