end_run.sh 84 B

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