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