mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
fix debug message in sys handler
This commit is contained in:
parent
ed55eaab73
commit
641aa8d669
@ -566,7 +566,7 @@ if [ "$partitions" == "yes" ] || [ "$luksheaders" == "yes" ] || [ "$mbr" == "yes
|
|||||||
if [ "$devparts" == "" ]; then
|
if [ "$devparts" == "" ]; then
|
||||||
info "No partitions found on this system."
|
info "No partitions found on this system."
|
||||||
else
|
else
|
||||||
info "$(echo "Partitions found: $partitions" | tr "\n" " ")"
|
info "$(echo "Partitions found: $devparts" | tr "\n" " ")"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user