Update gravity-sync.sh

This commit is contained in:
Michael Stanclift 2020-05-21 14:33:40 -05:00
parent 6bc818f29f
commit ab6a710c41

View File

@ -51,11 +51,11 @@ else
fi fi
# check to see if current pihole directory is correct # check to see if current pihole directory is correct
if [ -f ${PIHOLE_DIR}/${GRAVITY_FI} ] if [ -d ${PIHOLE_DIR} ]
then then
echo -e "${GREEN}Success${NC}: Required file ${PIHOLE_DIR}/${GRAVITY_FI} is present" echo -e "${GREEN}Success${NC}: Required folder ${PIHOLE_DIR} is present"
else else
echo -e "${RED}Failure${NC}: Required file ${PIHOLE_DIR}/${GRAVITY_FI} is missing" echo -e "${RED}Failure${NC}: Required folder ${PIHOLE_DIR} is missing"
exit exit
fi fi