/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if [ $UID -ne 0 ]; then echo "Superuser privileges are required to run this script." echo "e.g. \"sudo $0\"" exit 1 fi