From 393321d60962d39c2c435d55fadb488cc91f2236 Mon Sep 17 00:00:00 2001 From: carlduff Date: Tue, 22 Mar 2016 09:32:17 +0000 Subject: [PATCH] revert silence auto-partition --- aif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aif b/aif index cef627c..7d5c92e 100755 --- a/aif +++ b/aif @@ -710,7 +710,7 @@ auto_partition(){ done # Identify the partition table - part_table=$(parted -s ${DEVICE} print | grep -i 'partition table' | awk '{print $3}') >/dev/null 2>&1 + part_table=$(parted -s ${DEVICE} print | grep -i 'partition table' | awk '{print $3}' >/dev/null 2>&1) # Create partition table if one does not already exist ([[ $SYSTEM == "BIOS" ]] && [[ $part_table != "msdos" ]]) && parted -s ${DEVICE} mklabel msdos 2>/tmp/.errlog