This commit is contained in:
ION606
2024-06-26 13:23:19 -04:00
parent 3c64364dcb
commit 2362c01bc8
+1 -1
View File
@@ -6,7 +6,7 @@ cd "$PWD"
if [ ! -f "$HOME/ionsrc/creds.txt" ]; then if [ ! -f "$HOME/ionsrc/creds.txt" ]; then
echo -e "\e[31mcredentials file not found!\e[0m" echo -e "\e[31mcredentials file not found!\e[0m"
exit 1 exit 1
elif [ ! -f "$PWD/.ionvcs/src.config"]; then elif [ ! -f "$PWD/.ionvcs/src.config" ]; then
echo -e "\e[31mconfig file not found!\e[0m" echo -e "\e[31mconfig file not found!\e[0m"
exit 1 exit 1
fi fi