Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #check if root user
- if [[ $EUID -ne 0 ]]; then
- echo "You must be a root user"
- echo "Trying to restart script as sudo"
- sudo $0
- exit
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement