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