1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

codacy never lies

This commit is contained in:
Promofaux 2017-01-22 20:53:30 +00:00
parent 9acc3aac01
commit fe8c365d17

View File

@ -372,7 +372,7 @@ header_write "Analyzing pihole.log"
|| log_echo "Warning: No pihole.log file found!"
pihole_size=$(du -h "${PIHOLELOG}" | awk '{ print $1 }') \
&& log_write "${PIHOLELOG} is ${pihole_length}." \
&& log_write "${PIHOLELOG} is ${pihole_size}." \
|| log_echo "Warning: No pihole.log file found!"