Skip to content

Commit

Permalink
bucardo status instead of a bash when container is started
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vieira committed May 26, 2017
1 parent 7bbcbe4 commit 4bc8d35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ one_time_copy_attr() {
local value=$(sync_attr $sync_index onetimecopy integer)
local invalid_chars=$(echo $string_attr | sed -e "s/[0,1,2]//")
check_invalid_chars $value $invalid_chars
echo $value
echo $value
}

load_db_pass() {
Expand Down Expand Up @@ -185,8 +185,7 @@ main() {
add_databases_to_bucardo
add_syncs_to_bucardo
start_bucardo
/bin/bash
#bucardo_status
bucardo_status
}

main
main

0 comments on commit 4bc8d35

Please sign in to comment.