added colors

This commit is contained in:
ION606
2024-06-26 13:11:19 -04:00
parent 2d5339da4d
commit 8508284ae9
8 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ echo "password=$password" >> "$CREDSFILE";
# Secure the file
chmod 600 "$CREDSFILE";
echo "Logged in!";
echo "Logged in as \033[0;31m$username\e[0m!";
exit;