We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ad1d commit ba32440Copy full SHA for ba32440
restore.sh
@@ -1256,7 +1256,7 @@ device_get_info() {
1256
fi
1257
1258
device_model="$(echo $device_model | tr '[:upper:]' '[:lower:]')"
1259
- device_model="${device_model%??}" # remove "ap" from the end
+ device_model="${device_model%ap}" # remove "ap" from the end
1260
# device_model fallback/failsafe (this will be up to checkm8 devices only)
1261
case $device_model in
1262
k48 ) device_type="iPad1,1";;
0 commit comments