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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment