misc update

This commit is contained in:
longpanda 2021-04-13 16:46:23 +08:00
parent e252fab9a4
commit f71a1fcce9

View file

@ -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