mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
-f not -d
This commit is contained in:
parent
76be06d6a4
commit
588e8fa02c
@ -49,7 +49,7 @@ else
|
||||
fi
|
||||
|
||||
# check to see if current pihole directory is correct
|
||||
if [ -d ${PIHOLE_DIR}/${GRAVITY_FI} ]
|
||||
if [ -f ${PIHOLE_DIR}/${GRAVITY_FI} ]
|
||||
then
|
||||
echo -e "${GREEN}Success${NC}: Required file ${PIHOLE_DIR}/${GRAVITY_FI} is present"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user