diff --git a/images/web/start.sh b/images/web/start.sh index 0b5b1ea8..0f81aef0 100755 --- a/images/web/start.sh +++ b/images/web/start.sh @@ -81,7 +81,7 @@ while "$flag" = true; do # --host=$POSTGRES_HOST \ # --username=$POSTGRES_USER \ # --password=$POSTGRES_PASSWORD \ - --logfile log/cgimap.log + # --logfile log/cgimap.log bundle exec rake jobs:work & apachectl -k start -DFOREGROUND done