mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
Added missing variable from setup_piler()
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
8fd2a7789d
commit
fdbb13daa7
@ -7,7 +7,7 @@ export CONTAINERS=( "$NODE_GUI" "${NODE_WORKERS[@]}" "$SMTP_GW" "$SINGLE_SERVER"
|
|||||||
setup() {
|
setup() {
|
||||||
destroy_containers
|
destroy_containers
|
||||||
launch_containers
|
launch_containers
|
||||||
setup_piler
|
setup_piler "piler1"
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup_package() {
|
cleanup_package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user