bug fixes

This commit is contained in:
ION606
2024-06-26 13:21:01 -04:00
parent 25fdb8c263
commit 3c64364dcb
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
if [ -f "$HOME/ionsrc/creds.txt" ]; then
source "$HOME/ionsrc/creds.txt"
echo "logged in as \033[0;31m$username\e[0m!"
echo -e "logged in as \033[0;31m$username\e[0m!"
else
echo "no user found!"
fi