X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/042ca4b5e36ffbe5897083e7bce2cf76dc145efd..7fce7e0abaf09acb4a091d830feb4e54d4435f88:/IMG/cpio/ventoy/ventoy_loop.sh diff --git a/IMG/cpio/ventoy/ventoy_loop.sh b/IMG/cpio/ventoy/ventoy_loop.sh index ae76a57..bf67ec4 100644 --- a/IMG/cpio/ventoy/ventoy_loop.sh +++ b/IMG/cpio/ventoy/ventoy_loop.sh @@ -198,7 +198,7 @@ ventoy_get_os_type() { echo 'rhel7'; return elif $GREP -q 'openEuler' /etc/os-release; then echo 'openEuler'; return - elif $GREP -q 'fuyu' /etc/os-release; then + elif $GREP -q 'fuyu' /etc/os-release; then echo 'openEuler'; return fi fi