Update procursus-migration.sh

This commit is contained in:
Yaya4
2020-09-04 16:46:59 +02:00
committed by GitHub
parent 7206838756
commit ec91a6e101

View File

@ -22,7 +22,7 @@ echo "iOS 12 detected, setting the CFVER to 1500"
CFVER=1500 CFVER=1500
else else
echo "Your iOS Version Is Under iOS 12 Or Either Than 13" echo "Your iOS Version Is Under iOS 12 Or Either Than 13"
exit 0 exit 1
fi fi
} }
checkDependencies(){ checkDependencies(){