Skip to content
Snippets Groups Projects
flux-version-check.sh 163 B
Newer Older
Varac's avatar
Varac committed
if [ "$(flux --version)" != "flux version 0.22.0" ]; then
  echo "The Stackspin installation only works with Flux version 0.22.0"