Fix stickler

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-10-08 21:54:50 +02:00
parent a0ecfcc1dc
commit fdc4cf9869
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ processor_check() {
}
disk_usage() {
local df
local DF
echo_current_diagnostic "Disk usage"
DF=$(df -h)
log_write "${DF}";