Closed josephworks closed 5 years ago
if [[ "$EUID" -ne 0 ]]; then echo "Sorry, you need to run this as root" exit fi
Done
if [[ "$EUID" -ne 0 ]]; then echo "Sorry, you need to run this as root" exit fi