end_run.sh 90 B

1234
  1. #!/usr/bin/env bash
  2. if [ $(id -g) -eq 0 ]; then
  3. chown -Rh jeremy: policy-export nodes
  4. fi