1
0

Fix an unbalanced if then else

This commit is contained in:
Bruno Cornec 2019-10-20 20:06:09 +02:00
parent e349d47c90
commit 1c25a15760

View File

@ -813,10 +813,10 @@ if ! [ -d "$CONFIG_PATH" ];then
fi
fi
if [ -e "$CONFIG_PATH/mageia4arm.cfg" ];then
if [ -e "$CONFIG_PATH/mageia4arm.cfg" ];then
info "using $CONFIG_PATH/mageia4arm.cfg as config"
. "$CONFIG_PATH/mageia4arm.cfg"
else
else
warning "Config file does not exists, do you want i copy template ? [Y|n] "
read yn
if [ -z $yn ] || [ $yn = "Y" ] || [ $yn = "y" ];then
@ -824,9 +824,6 @@ fi
warning "You need now to modify the config file ($CONFIG_PATH/mageia4arm.cfg) and relaunch the script"
exit 2
fi
fi
else
fi
if ! [ -z "$IMAGE_SIZE_P" ];then