Commit beee932718c8122593ea1a45859e41ab0d969fb4
1 parent
1e856057
Exists in
production
alterado o start.sh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
start.sh
| @@ -28,4 +28,4 @@ if [ -f $ERRBIT_CONF_PATH/ambiente.sh ]; then | @@ -28,4 +28,4 @@ if [ -f $ERRBIT_CONF_PATH/ambiente.sh ]; then | ||
| 28 | source $ERRBIT_CONF_PATH/ambiente.sh | 28 | source $ERRBIT_CONF_PATH/ambiente.sh |
| 29 | fi | 29 | fi |
| 30 | 30 | ||
| 31 | -unicorn -c $ERRBIT_CONF_PATH/config/unicorn.rb --daemonize | 31 | +unicorn -c $ERRBIT_CONF_PATH/unicorn.rb --daemonize |