From d5cbc6cc9d97d80ec7e2c6259eed16f44d76f209 Mon Sep 17 00:00:00 2001 From: Vitalii Rybalko Date: Thu, 14 Jan 2016 17:47:45 +0200 Subject: [PATCH] fixed error in line 393, and with other languages and users fixed error in line 393, added support of other languages and users --- Ddos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ddos.sh b/Ddos.sh index 0d49924..bd8535e 100644 --- a/Ddos.sh +++ b/Ddos.sh @@ -381,7 +381,7 @@ function installfixsoundmute { ######## Install Change Kali Login Wallpaper function installchangelogin { echo -e "\e[1;31mThis option will change Kali Login Wallpaper!\e[0m" - echo -e "\e[1;31mPlace wallpaper that you want to make as Kali Login Wallpaper on Desktop\e[0m" + echo -e "\e[1;31mPlace wallpaper that you want to make as Kali Login Wallpaper in /home/ dir\e[0m" echo -e "\e[1;31mAfter that, Rename it to "login-background.png" (.png format)\e[0m" echo -e "" echo -e "Do you want to change it ? (Y/N)" @@ -390,8 +390,8 @@ function installchangelogin { echo -e "\033[31m====== Changing Kali Login Wallpaper ======\033[m" sleep 2 cd /usr/share/images/desktop-base/ - mv login-backgroung.{png,png.bak} - mv /root/Desktop/login-background.png /usr/share/images/desktop-base/ + mv login-background.{png,png.bak} + mv /home/login-background.png /usr/share/images/desktop-base/ echo -e "\033[32m====== Done Changing ======\033[m" else echo -e "\e[32m[-] Ok,maybe later !\e[0m"