mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix typo
This commit is contained in:
parent
15fe9e8556
commit
24765b5d69
@ -137,7 +137,7 @@ writeConfigKey "vid" ${VID} "${USER_CONFIG_FILE}"
|
|||||||
writeConfigKey "pid" ${PID} "${USER_CONFIG_FILE}"
|
writeConfigKey "pid" ${PID} "${USER_CONFIG_FILE}"
|
||||||
|
|
||||||
# Inform user
|
# Inform user
|
||||||
echo -en "$(TEXT "Loader disk:") \033[1;32m${LOADER_DISK}\033[0m (\033[1;32m${BUS^^} flashdisk\033[0m)"
|
echo "$(TEXT "Loader disk:") \033[1;32m${LOADER_DISK}\033[0m (\033[1;32m${BUS^^} flashdisk\033[0m)"
|
||||||
|
|
||||||
# Check if partition 3 occupies all free space, resize if needed
|
# Check if partition 3 occupies all free space, resize if needed
|
||||||
LOADER_DEVICE_NAME=$(echo ${LOADER_DISK} | sed 's|/dev/||')
|
LOADER_DEVICE_NAME=$(echo ${LOADER_DISK} | sed 's|/dev/||')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user