From cc4d694c8ea2a69367966f9d6609be1141f3243f Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 12 Apr 2020 23:34:41 +0200 Subject: [PATCH] Change test order --- files/usr/local/sbin/install_pxe_CentOS8.sh | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/files/usr/local/sbin/install_pxe_CentOS8.sh b/files/usr/local/sbin/install_pxe_CentOS8.sh index c2d6643..3908011 100755 --- a/files/usr/local/sbin/install_pxe_CentOS8.sh +++ b/files/usr/local/sbin/install_pxe_CentOS8.sh @@ -43,17 +43,7 @@ fi if [ ! -z "$STATIC" ]; then INST_OPTIONS="ip=$IP::$GW:$MASK:$(hostname -s):$IF:off:${DNS/,*} ${INST_OPTIONS}" fi -if [ -f /boot/grub/grub.conf ]; then - cat >> /boot/grub/grub.conf <> /boot/grub/grub.conf <&2 exit 1