Skip to content

Commit

Permalink
add --no-tail
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonar-cpapke committed Jul 4, 2024
1 parent ff2c169 commit b7e6ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/null/hadr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "null_resource" "exec_replication_cycle_on_dr" {
inline = [
"sudo touch $JSONAR_LOGDIR/sonarw/replication.log",
"sudo chown sonarw:sonar $JSONAR_LOGDIR/sonarw/replication.log",
"sudo $JSONAR_BASEDIR/bin/arbiter-setup run-replication"]
"sudo $JSONAR_BASEDIR/bin/arbiter-setup run-replication --no-tail"]
}

depends_on = [
Expand Down

0 comments on commit b7e6ad4

Please sign in to comment.