end_run.sh 175 B

123456
  1. #!/usr/bin/env bash
  2. echo -e "\n\e[33mSetting the right ownership to:\e[1mjeremy\e[39m\e[0m"
  3. if [ -d nodes -a $(id -g) -eq 0 ]; then
  4. chown -Rh jeremy: policy-export nodes
  5. fi