This commit is contained in:
ION606
2024-06-26 13:17:02 -04:00
parent 68cedf4351
commit 25fdb8c263
+1 -1
View File
@@ -15,5 +15,5 @@ echo "password=$password" >> "$CREDSFILE";
# Secure the file
chmod 600 "$CREDSFILE";
echo "Logged in as \033[0;31m$username\e[0m!";
echo -e "Logged in as \e[0;32m$username\e[0m!";
exit;