mirror of
https://github.com/CosmicScale/PSBBN-Definitive-English-Patch.git
synced 2025-03-10 02:07:45 +01:00
Corrected device name in free space check
This commit is contained in:
parent
0336556f45
commit
4958bd4226
@ -606,7 +606,7 @@ echo | tee -a "${LOG_FILE}"
|
||||
echo "Size of local POPS folder: ${POPS_SIZE} MB" | tee -a "${LOG_FILE}"
|
||||
|
||||
# Get the POPS partition size in MB
|
||||
POPS_PARTITION=$(sudo "${HELPER_DIR}/HDL Dump.elf" toc /dev/sdf | grep __.POPS | awk '{print $4}' | grep -oE '[0-9]+')
|
||||
POPS_PARTITION=$(sudo "${HELPER_DIR}/HDL Dump.elf" toc ${DEVICE} | grep __.POPS | awk '{print $4}' | grep -oE '[0-9]+')
|
||||
|
||||
echo "Size of POPS partition: ${POPS_PARTITION} MB"| tee -a "${LOG_FILE}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user