From 5a0ed6e0f400e83053daaf980c6de46dda5682d7 Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Sat, 29 Aug 2020 03:57:26 +0200 Subject: [PATCH] Update procursus-migration.sh --- procursus-migration.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/procursus-migration.sh b/procursus-migration.sh index c897f75..7486deb 100644 --- a/procursus-migration.sh +++ b/procursus-migration.sh @@ -13,12 +13,10 @@ CFVER=1500 elif [[ "${VER%.*}" -ge 13 ]]; then echo "iOS 13 detected, setting the CFVER to 1600" CFVER=1600 -else -if [[ "${VER%.*.*}" -ge 13 ]]; then +elif [[ "${VER%.*.*}" -ge 13 ]]; then echo "iOS 13 detected, setting the CFVER to 1600" CFVER=1600 -else -if [[ "${VER%.*.*}" -ge 12 ]]; then +elif [[ "${VER%.*.*}" -ge 12 ]]; then echo "iOS 12 detected, setting the CFVER to 1500" CFVER=1500 else