From: longpanda Date: Tue, 13 Apr 2021 08:46:23 +0000 (+0800) Subject: misc update X-Git-Tag: v1.0.41~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/f71a1fcce9cc200a3dd9699235adb880e1042a56 misc update --- diff --git a/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh b/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh index 5e57ec2..206b92f 100644 --- a/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh +++ b/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh @@ -87,7 +87,7 @@ $BUSYBOX_PATH/cp -a $VTOY_PATH/hook/rhel7/ventoy-timeout.sh /lib/dracut/hooks/in vtNeedRepo= if [ -f /etc/system-release ]; then - if $GREP -q 'RED OS' /etc/system-release ]; then + if $GREP -q 'RED OS' /etc/system-release; then vtNeedRepo="yes" fi fi