sys: don't cancel partition backup if hwinfo absent

This commit is contained in:
Jerome Charaoui 2021-01-26 00:24:40 -05:00
parent 103082eaad
commit 5cc80402dd

View File

@ -514,12 +514,6 @@ if [ "$partitions" == "yes" ]; then
partitions="no"
fi
fi
if [ "$dohwinfo" == "yes" ]; then
if [ ! -x "$HWINFO" ]; then
warning "can't find hwinfo, skipping partition report."
partitions="no"
fi
fi
fi
if [ "$hardware" == "yes" ]; then