mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:40:12 +01:00
Added debug to container launching
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
c6ecefddbf
commit
37cf545c51
@ -6,7 +6,9 @@ export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER"
|
|||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
destroy_containers
|
destroy_containers
|
||||||
|
set -x
|
||||||
launch_containers
|
launch_containers
|
||||||
|
set +x
|
||||||
create_rules "piler1"
|
create_rules "piler1"
|
||||||
add_data_officer "piler1"
|
add_data_officer "piler1"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user