Skip to content

Commit

Permalink
Remove & for cgimap starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 6, 2023
1 parent 5c56f7a commit b504682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/web/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ while "$flag" = true; do
--host=$POSTGRES_HOST \
--username=$POSTGRES_USER \
--password=$POSTGRES_PASSWORD \
--logfile log/cgimap.log &
--logfile log/cgimap.log
# Start the delayed jobs queue worker and Start the app
bundle exec rake jobs:work &
apachectl -k start -DFOREGROUND
Expand Down

0 comments on commit b504682

Please sign in to comment.