Update procursus-migration.sh

This commit is contained in:
Yaya4 2020-08-06 00:17:21 +02:00 committed by GitHub
parent debca342dc
commit 408cf51597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ if [[ "${VER%.*.*}" -ge 12 ]]; then
echo "iOS 12 detected, setting the CFVER to 1500"
CFVER=1500
else
echo "Hi Your iOS Version Is Under iOS 12 Or Either Than 13"
echo "Your iOS Version Is Under iOS 12 Or Either Than 13"
exit 1
fi
fi