Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pentium10 committed Sep 28, 2015
1 parent 6a98374 commit 5562e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elif [[ -n "$BEANSTALKD_PORT_11300_TCP_ADDR" ]]; then
BEANSTALKD_PORT=11300
fi

sed -r "s/'servers'.*$/'servers'=> array('Default Beanstalkd' => 'beanstalk:\/\/$BEANSTALKD_HOST:$BEANSTALKD_PORT'),/g" /var/www/config.php
sed -ir "s/'servers'.*$/'servers'=> array('Default Beanstalkd' => 'beanstalk:\/\/$BEANSTALKD_HOST:$BEANSTALKD_PORT'),/g" /var/www/config.php

fi

Expand Down

0 comments on commit 5562e8f

Please sign in to comment.