Commit d412aad36ff8ab7dcb0b2a0abacc0483a914b8dc
1 parent
cacd0af4
Exists in
master
and in
1 other branch
removing blank line
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
script/redmine.sh
... | ... | @@ -79,7 +79,6 @@ export RAILS_ENV |
79 | 79 | bundle install |
80 | 80 | |
81 | 81 | ## 14. Corrigindo dependências |
82 | - | |
83 | 82 | gem uninstall rack -v '1.5.2' |
84 | 83 | |
85 | 84 | ## 15. Bundle install redmine |
... | ... | @@ -89,8 +88,4 @@ bundle exec rake db:migrate |
89 | 88 | bundle exec rake redmine:backlogs:install story_trackers=2 task_tracker=1 |
90 | 89 | |
91 | 90 | ## 16. Executando redmine |
92 | -unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D | |
93 | - | |
94 | - | |
95 | - | |
96 | - | |
91 | +unicorn_rails -c /opt/redmine/config/unicorn.rb -E production -l 0.0.0.0:9080 -D | |
97 | 92 | \ No newline at end of file | ... | ... |