Skip to content

Commit

Permalink
Fix eclipse-che#4125 : Default debug port is 8000 when user do not sp…
Browse files Browse the repository at this point in the history
…ecify it in the env file (eclipse-che#4157)

Change-Id: I1c70b01fe9bfd86c8299f32693bdebefc82d3c89
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
  • Loading branch information
benoitf authored Feb 16, 2017
1 parent a2d6900 commit 24ffe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/base/scripts/base/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ get_display_url() {
}

get_debug_display_url() {
local CHE_DEBUG_PORT_LOCAL=9000
local CHE_DEBUG_PORT_LOCAL=8000

if is_initialized; then
DEBUG_PORT_FROM_CONFIG=$(get_value_of_var_from_env_file ${CHE_PRODUCT_NAME}_DEBUG_PORT)
Expand Down

0 comments on commit 24ffe5d

Please sign in to comment.