From 5cc80402ddd38b6e46938f532abd43ba313f34a8 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Tue, 26 Jan 2021 00:24:40 -0500 Subject: [PATCH] sys: don't cancel partition backup if hwinfo absent --- handlers/sys.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/handlers/sys.in b/handlers/sys.in index 671fcd9..bc68307 100644 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -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