From f71a1fcce9cc200a3dd9699235adb880e1042a56 Mon Sep 17 00:00:00 2001 From: longpanda Date: Tue, 13 Apr 2021 16:46:23 +0800 Subject: [PATCH] misc update --- IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh b/IMG/cpio/ventoy/hook/rhel7/ventoy-hook.sh index 5e57ec25..206b92fa 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