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

Commit bc81c99

Browse files
committed
Merge pull request #158 from atikhono/master
Run start-bitbucket.sh with the full path in Bitbucket init script
2 parents d779f76 + 496e060 commit bc81c99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/default/bitbucket/bitbucket.init.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ if [ ! -d /var/run/bitbucket ]; then
2525
fi
2626

2727
start() {
28-
./start-bitbucket.sh
28+
$BASE/bin/start-bitbucket.sh
2929
}
3030

3131
stop() {
32-
./stop-bitbucket.sh
32+
$BASE/bin/stop-bitbucket.sh
3333
}
3434

3535
status() {

0 commit comments

Comments
 (0)