1
0
mirror of https://github.com/byReqz/blackmate.git synced 2024-11-23 11:44:56 +00:00

slurp ident

This commit is contained in:
Anyon3 2016-09-25 19:19:22 +08:00 committed by GitHub
parent bd594e4060
commit 67e5a59098

View File

@ -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";