mirror of
https://github.com/byReqz/blackmate.git
synced 2024-11-23 11:44:56 +00:00
slurp ident
This commit is contained in:
parent
bd594e4060
commit
67e5a59098
@ -12,11 +12,11 @@
|
||||
# Url : https://github.com/Anyon3/blackmate
|
||||
# Gnu / GPL v3
|
||||
|
||||
#Check if the script have the root permission
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
#Check if the script have the root permission
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
printf 'Blackmate must run with root permission (use sudo or the script will fail)';
|
||||
exit 1;
|
||||
fi
|
||||
fi
|
||||
|
||||
printf "[*] Creating the new menu entry\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user