From 941061544fd11c53c602dfecb89c68614dc4b020 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 31 May 2026 06:48:09 +0000 Subject: [PATCH] Update redeye.sh --- redeye.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redeye.sh b/redeye.sh index 7e3e5db..b4df67f 100644 --- a/redeye.sh +++ b/redeye.sh @@ -73,7 +73,7 @@ cprint "tool setup complete" if [[ -n "$custom_password" ]]; then new_password=custom_password fi -echo -n "kali:$new_password" | sudo chpasswd +echo "kali:$new_password" | sudo chpasswd cprint "password changed" cprint "done, close this terminal window to complete setup" \ No newline at end of file