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
+2 -2
View File
@@ -4,10 +4,10 @@
cd "$PWD"
if [ ! -f "$HOME/ionsrc/creds.txt" ]; then
echo "credentials file not found!"
echo -e "\e[31mcredentials file not found!\e[0m"
exit 1
elif [ ! -f "$PWD/.ionvcs/src.config"]; then
echo "config file not found!"
echo -e "\e[31mconfig file not found!\e[0m"
exit 1
fi