fix debug message in sys handler

This commit is contained in:
Jérôme Charaoui 2023-02-12 12:51:07 -05:00
parent ed55eaab73
commit 641aa8d669
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -566,7 +566,7 @@ if [ "$partitions" == "yes" ] || [ "$luksheaders" == "yes" ] || [ "$mbr" == "yes
if [ "$devparts" == "" ]; then
info "No partitions found on this system."
else
info "$(echo "Partitions found: $partitions" | tr "\n" " ")"
info "$(echo "Partitions found: $devparts" | tr "\n" " ")"
fi
fi