mirror of
https://github.com/ION606/VCS.git
synced 2026-05-14 22:16:55 +00:00
....
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user