mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:51: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() {
|
||||
destroy_containers
|
||||
launch_containers
|
||||
setup_piler
|
||||
setup_piler "piler1"
|
||||
}
|
||||
|
||||
cleanup_package() {
|
||||
|
Loading…
Reference in New Issue
Block a user