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