diff options
| author | danielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-27 19:18:38 +0000 |
|---|---|---|
| committer | danielr <danielr@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-08-27 19:18:38 +0000 |
| commit | 73519cbdcacf555288ee41a0e7679da8a7aa96a2 (patch) | |
| tree | 2f6b2baff9d2ed9c7ad9b5baad6bd04f89df460e /startYACY.sh | |
| parent | 1a1d57e4497e2c1f0d65ab2ccd0802f97821b4b8 (diff) | |
fixed pid-file for linux start-script
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5090 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index c4291d716..f7949dfec 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -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 |
