]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/ventoy_loop.sh
Update issue_template.yml
[Ventoy.git] / IMG / cpio / ventoy / ventoy_loop.sh
index ae76a572c10612e17840e94d710d843e828dbbe1..bf67ec4763fe62b9c9a27d643d8ec7da3a330db8 100644 (file)
@@ -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