mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +00:00
Fix stickler
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
a0ecfcc1dc
commit
fdc4cf9869
@ -586,7 +586,7 @@ processor_check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
disk_usage() {
|
disk_usage() {
|
||||||
local df
|
local DF
|
||||||
echo_current_diagnostic "Disk usage"
|
echo_current_diagnostic "Disk usage"
|
||||||
DF=$(df -h)
|
DF=$(df -h)
|
||||||
log_write "${DF}";
|
log_write "${DF}";
|
||||||
|
Loading…
Reference in New Issue
Block a user