Skip to content

Commit

Permalink
install_easy: checking privileges note
Browse files Browse the repository at this point in the history
  • Loading branch information
bol-van committed Nov 16, 2021
1 parent 99b3b3f commit 6aac71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_easy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ exitp()

require_root()
{
echo \* checking privileges
[ $(id -u) -ne "0" ] && {
echo root is required
exists sudo && exec sudo "$0"
Expand Down

0 comments on commit 6aac71b

Please sign in to comment.