Skip to content

Commit

Permalink
Fix the trinity.sh path in contributed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JF Le Fillâtre committed Jul 25, 2016
1 parent 960adc1 commit 04e5b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/controller/mariadb-master.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
source "$POST_CONFIG"
source /trinity/trinity.sh
source /etc/trinity.sh
source "$TRIX_SHADOW"

function do_sql_req {
Expand Down
2 changes: 1 addition & 1 deletion configuration/controller/mongodb-ha.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
source "$POST_CONFIG"
source /trinity/trinity.sh
source /etc/trinity.sh
source "$TRIX_SHADOW"

echo_info "Check if variables are defined."
Expand Down

0 comments on commit 04e5b77

Please sign in to comment.