Skip to content

Commit

Permalink
update service.sh
Browse files Browse the repository at this point in the history
Signed-off-by: zhihuiwan <[email protected]>
  • Loading branch information
zhihuiwan committed Dec 28, 2023
1 parent ddd5665 commit fd6bad4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bin/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,6 @@ load_config() {
exit 1
fi

# Initialize environment
print_info "Initializing environment..."
INI_ENV_SCRIPT="${FATE_FLOW_BASE}/bin/init_env.sh"
if [ -f "${INI_ENV_SCRIPT}" ]; then
source "${INI_ENV_SCRIPT}"
print_ok "Environment initialized successfully." ${INI_ENV_SCRIPT}
else
print_error "Environment file not found" ${INI_ENV_SCRIPT}
exit 1
fi

# load ports
print_info "Retrieving http port..."
local section="fateflow"
Expand Down

0 comments on commit fd6bad4

Please sign in to comment.