mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:20: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() {
|
||||
destroy_containers
|
||||
set -x
|
||||
launch_containers
|
||||
set +x
|
||||
create_rules "piler1"
|
||||
add_data_officer "piler1"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user