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