mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Update gravity-sync.sh
This commit is contained in:
parent
588e8fa02c
commit
d4bc243aab
@ -42,9 +42,9 @@ echo -e "${CYAN}Validating configuration${NC}"
|
||||
# check to see if logging/backup directory is available
|
||||
if [ -d ~/${LOCAL_FOLDR} ]
|
||||
then
|
||||
echo -e "${GREEN}Success${NC}: Required directory ~/{LOCAL_FOLDR} is present"
|
||||
echo -e "${GREEN}Success${NC}: Required directory ~/${LOCAL_FOLDR} is present"
|
||||
else
|
||||
echo -e "${RED}Failure${NC}: Required directory ~/{LOCAL_FOLDR} is missing"
|
||||
echo -e "${RED}Failure${NC}: Required directory ~/${LOCAL_FOLDR} is missing"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user