Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Remove short-circuit login
Browse files Browse the repository at this point in the history
[#127278011]

Signed-off-by: Emily Casey <[email protected]>
  • Loading branch information
Anthony Emengo authored and ekcasey committed Aug 1, 2016
1 parent f623506 commit 294ea65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions images/scripts/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ if [[ -x /var/pcfdev/pre-run ]]; then
/var/pcfdev/pre-run "$domain" "$services"
fi

total=$(total_services)
if [[ $total != 0 ]] && [[ $(started_service_count) = $total ]] && [[ $(cc_status_code "$domain") = 200 ]]; then
>&3 /var/pcfdev/help-text "$domain"
exit 0
fi

if status runsvdir | grep -q 'start/running'; then
wait_for_monit_to_start
Expand Down

0 comments on commit 294ea65

Please sign in to comment.