Added missing variable from setup_piler()

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2023-06-14 09:07:04 +02:00
parent 8fd2a7789d
commit fdbb13daa7

View File

@ -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() {