SyP-

install_docker.sh

Sep 22nd, 2021 (edited)
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. if [ "$EUID" -ne 0 ]
  2.   # then echo "Please run as root"
  3.   su - -c "$0 $1"  
  4.  
  5. fi
Add Comment
Please, Sign In to add comment