misc update

This commit is contained in:
longpanda 2021-04-13 16:46:23 +08:00
parent e252fab9a4
commit f71a1fcce9
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ $BUSYBOX_PATH/cp -a $VTOY_PATH/hook/rhel7/ventoy-timeout.sh /lib/dracut/hooks/in
vtNeedRepo= vtNeedRepo=
if [ -f /etc/system-release ]; then 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" vtNeedRepo="yes"
fi fi
fi fi