mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-27 16:01:14 +00:00
Update language json files
This commit is contained in:
@@ -14,6 +14,7 @@ RET=0
|
||||
ret=$?
|
||||
if [ $ret -eq 0 ]; then
|
||||
for i in $(ls $VTOY_PATH/INSTALL/grub/menu); do
|
||||
echo "check INSTALL/grub/menu/$i ..."
|
||||
./checkjson $VTOY_PATH/INSTALL/grub/menu/$i
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ]; then
|
||||
|
Reference in New Issue
Block a user