setup script updated
This commit is contained in:
parent
9824d03655
commit
753511958c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ echo -e "\n ${LCY}Dependency and Privilege Check running...${CRS}\n"
|
||||||
### PRIVILEGES
|
### PRIVILEGES
|
||||||
|
|
||||||
if (( $(id -u) == 0 )); then ### AM I ROOT ?
|
if (( $(id -u) == 0 )); then ### AM I ROOT ?
|
||||||
echo -e " ${GRN}Privilege check passed...${CRS}"
|
echo -e " ${GRN}Privilege check passed...${CRS}\n"
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e " ${RED}Privilege check failed... Please run script with sudo or as root!${CRS}\n"
|
echo -e " ${RED}Privilege check failed... Please run script with sudo or as root!${CRS}\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue