From 2362c01bc893c9f416e830eaf995b5444c17c22f Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 26 Jun 2024 13:23:19 -0400 Subject: [PATCH] .... --- status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.sh b/status.sh index 9f776ca..68771f7 100644 --- a/status.sh +++ b/status.sh @@ -6,7 +6,7 @@ cd "$PWD" if [ ! -f "$HOME/ionsrc/creds.txt" ]; then echo -e "\e[31mcredentials file not found!\e[0m" 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" exit 1 fi