Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #188 from akarasik/status_code
Browse files Browse the repository at this point in the history
Return non 0 rc for status if bitbucket is not running
  • Loading branch information
linc01n authored Mar 19, 2018
2 parents 2b6bdbc + a06e8fc commit d333b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/default/bitbucket/bitbucket.init.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ status() {
fi

echo "Bitbucket is not running"
exit 1
}

# Bitbucket Linux service controller script
Expand Down

0 comments on commit d333b29

Please sign in to comment.