Sair script Bash se não estiver funcionando como raiz

[[ $EUID -ne 0 ]] && echo "This script must be run as root." && exit 1
Foolish Frog