Skip to content

Commit

Permalink
Hardcoded !'s strike again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheToddLuci0 authored Jun 1, 2022
1 parent f65ed64 commit 975e54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cloudtopolis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ sleep 3 ; Link="$(cat /tmp/localhost.run | awk '{ print $6 }' | grep http)"
echo -e "\e[0m"
echo -e "\e[34;1m[i] Hashtopolis Credentials:"
echo -e "\e[31;1mUser: \e[37;1madmin"
echo -e "\e[31;1mPassword: \e[37;1m$UUID!"
echo -e "\e[31;1mPassword: \e[37;1m$UUID"
echo -e "\e[31;1mLink: \e[37;4m$Link\e[30m"
echo -e "\e[0m"
echo -e "\e[34;1m[i] Cloudtopolis is running!"
Expand Down

0 comments on commit 975e54a

Please sign in to comment.