Skip to content
Snippets Groups Projects
Verified Commit 641aa8d6 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

fix debug message in sys handler

parent ed55eaab
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment