From 619281118468bc468c4c134906ec64c23094b3e4 Mon Sep 17 00:00:00 2001 From: levasseur Date: Tue, 21 Sep 2021 14:48:02 +0200 Subject: [PATCH] conf_disk: corrected blank var and version bump --- modules/conf_disks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/conf_disks.sh b/modules/conf_disks.sh index 2f0fae3..c11f797 100644 --- a/modules/conf_disks.sh +++ b/modules/conf_disks.sh @@ -16,7 +16,7 @@ # * CALCDRV: Target drives, preferably through ID. # ------------------------------------------------------------------------------ -export VER_conf_disks="0.0.8" +export VER_conf_disks="0.0.9" export DEP_conf_disks="upgrade_dist" # ------------------------------------------------------------------------------ @@ -40,7 +40,7 @@ conf_zfs() # Create filesystem prnt I "Création du pool zcalc..." - if [[ $FORCEBLANK ]]; then + if [[ $FORCEBLANK == true ]]; then local opt="--force" for drv in $CALCDRV; do if [[ ! $(sfdisk -d $drv 2>&1) == "" ]]; then