github.com/caos/orbos@v1.5.14-0.20221103111702-e6cd0cea7ad4/examples/orbiter/static/virtualbox/exampleClusterPostSteps.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  tmpFolder=$1
     4  
     5  for MACHINE in master1 worker1
     6  do
     7      ./poststeps.sh $MACHINE ${tmpFolder}
     8  done