This commit is contained in:
Michael Stanclift 2020-05-29 13:51:59 -05:00
parent 569bce284e
commit 3816e14173

View File

@ -217,7 +217,7 @@ function pull_gs {
echo_stat
CUSTOMLS_RWE=$(namei -m ${PIHOLE_DIR}/${CUSTOM_DNS} | grep -v f: | grep ${CUSTOM_DNS} | awk '{print $1}')
if [ $CUSTOMLS_RWE = "-rw-r--r--" ]
if [ $CUSTOMLS_RWE == "-rw-r--r--" ]
then
echo_good
else