mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-03-13 21:12:58 -04:00
fix: mkexfatfs test fail
This commit is contained in:
parent
430f81ac49
commit
267ed03f4d
@ -60,7 +60,8 @@ check_tool_work_ok() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if mkexfatfs -V > /dev/null; then
|
# exfatprogs-1.2.1: mkexfatfs -V returns 1 instead of 0
|
||||||
|
if [ ! -z "$(command -v mkexfatfs)" ]; then
|
||||||
vtdebug "mkexfatfs test ok ..."
|
vtdebug "mkexfatfs test ok ..."
|
||||||
else
|
else
|
||||||
vtdebug "mkexfatfs test fail ..."
|
vtdebug "mkexfatfs test fail ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user