* Remove redundant -fork.

This commit is contained in:
Eelco Dolstra 2009-03-11 15:52:39 +00:00
parent f945fbb5bd
commit 70276f59ea

View file

@ -9,7 +9,7 @@ fi
if test "$action" = "start"; then
hydra_server.pl -fork > $HYDRA_DATA/server.log 2>&1 &
hydra_server.pl > $HYDRA_DATA/server.log 2>&1 &
echo $! > $HYDRA_DATA/server.pid
hydra_scheduler.pl > $HYDRA_DATA/scheduler.log 2>&1 &