From d2f19d3b4c9b444c67ad6e808959143c80f63aaa Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Sat, 29 Aug 2020 03:58:57 +0200 Subject: [PATCH] Clean up of unused code --- procursus-migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procursus-migration.sh b/procursus-migration.sh index 3bc66ab..7486deb 100644 --- a/procursus-migration.sh +++ b/procursus-migration.sh @@ -4,7 +4,7 @@ echo You need to run this script as root. else clear echo "Copyright (c) 2020, Yaya4 All rights reserved." -echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.1.1 (Stable)\e[0m" +echo -e "\e[31mUncursus 2.0 Migration Part By Yaya4_4 1.1 (Stable)\e[0m" echo "Checking iOS Version" VER=$(/usr/bin/plutil -key ProductVersion /System/Library/CoreServices/SystemVersion.plist) if [[ "${VER%.*}" -ge 12 ]] && [[ "${VER%.*}" -lt 13 ]]; then