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

Commit d333b29

Browse files
authored
Merge pull request #188 from akarasik/status_code
Return non 0 rc for status if bitbucket is not running
2 parents 2b6bdbc + a06e8fc commit d333b29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/default/bitbucket/bitbucket.init.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ status() {
4444
fi
4545

4646
echo "Bitbucket is not running"
47+
exit 1
4748
}
4849

4950
# Bitbucket Linux service controller script

0 commit comments

Comments
 (0)