mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-23 12:59:47 +00:00
codacy never lies
This commit is contained in:
parent
9acc3aac01
commit
fe8c365d17
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue