Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ececa72ad09427d4e5949ed49a008341b61d88eb
Authored by
Ábner Oliveira
2016-05-20 15:10:25 -0300
1 parent
604f2de5
Exists in
production
ajustes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
start.sh
Side-by-side Diff
Inline Diff
start.sh
Wrap text
Diff comments
View file @
ececa72
...
...
@@ -28,4 +28,4 @@ if [ -f $ERRBIT_CONF_PATH/ambiente.sh ]; then
28
28
source $ERRBIT_CONF_PATH/ambiente.sh
29
29
fi
30
30
31
-unicorn -c $ERRBIT_CONF_PATH/conf/unicorn.rb
31
+unicorn -c $ERRBIT_CONF_PATH/config/unicorn.rb
...
...