mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-01-25 11:21:15 +01:00
Fixed verification
This commit is contained in:
parent
821e5e95ee
commit
1e0f493c31
@ -478,7 +478,6 @@ function_apa_checksum_fix
|
||||
|
||||
function_clear_temp
|
||||
|
||||
unset DEVICE
|
||||
unset LBA_GPT_BUP
|
||||
unset LBA_MAX
|
||||
unset MAGIC_NUMBER
|
||||
@ -510,7 +509,7 @@ else
|
||||
fi
|
||||
|
||||
# Check if 'OPL' is found in the 'lsblk' output and if it matches the device
|
||||
if ! lsblk -p -o NAME,LABEL | grep "OPL" | grep -q "${DEVICE}"; then
|
||||
if ! lsblk -p -o NAME,LABEL | grep -q "${DEVICE}3"; then
|
||||
echo "Error: APA-Jail failed on ${DEVICE}." | tee -a ${INSTALL_LOG}
|
||||
read -p "Press any key to exit..."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user