From e393bffaef202e679a68d7ea9fdf20d92f2b55b5 Mon Sep 17 00:00:00 2001 From: JKA Network Date: Sun, 15 Oct 2017 17:59:14 +0000 Subject: [PATCH] Bug fix --- installer/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 48064ab..b28171e 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -253,7 +253,7 @@ function particiones { ;; esac - if [[ $formatoraiz -eq "mkfs.btrfs -f" ]];then + if [[ $formatoraiz != "mkfs.btrfs -f" ]];then mostrardialog "No swapfile" "Es contraproducente hacer un fichero swap en una particion btrfs, no debes hacerlo, pero si antes creaste una particion swap, se puede utilizar" fi ram=$(free -m | grep Mem: | awk '1 {print $2 }') @@ -327,6 +327,7 @@ function horaidioma { echo "$(T "Now select your timezone for adjusting the clock")" while [[ $confirm != "0" ]];do # 0->Yes + clear NEW_TIMEZONE=$(execl tzselect) yesnobox "$(T "Your timezone is") $NEW_TIMEZONE ?" confirm=$? # 0->Yes