Skip to content

Commit

Permalink
fix log path name
Browse files Browse the repository at this point in the history
  • Loading branch information
lstein committed Jan 8, 2013
1 parent 481ff1d commit 539308c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/default/gbrowse-aws-balancer
Expand Up @@ -8,8 +8,8 @@ export PERL5LIB=$PERL5LIB

DAEMON=$INSTALLSCRIPT/gbrowse_aws_balancer.pl
USER=$WWWUSER
RUNDIR=/var/run/gbrowse
LOGDIR=/var/log/gbrowse
RUNDIR=/var/run/gbrowse2
LOGDIR=/var/log/gbrowse2
CONFFILE=$CONF/aws_balancer.conf
ACCESS_KEY=YOUR_EC2_ACCESS_KEY_HERE
SECRET_KEY=YOUR_EC2_SECRET_KEY_HERE
Expand Down

0 comments on commit 539308c

Please sign in to comment.