From 3432dac84d5b6fe1ae7e213716738e96d82e173a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 28 Feb 2019 10:51:05 -0500 Subject: [PATCH] Correct syntax error in xcat spec file --- xCAT/xCAT.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 547733957..bda78e298 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -244,6 +244,7 @@ $RPM_INSTALL_PREFIX0/sbin/xcatconfig -u -V >> /var/log/xcat/upgrade.log if grep "Failed to copy /opt/xcat/share/xcat/netboot/genesis/x86_64/fs" /var/log/xcat/upgrade.log; then echo 'mknb failed to complete successfully' fi +fi exit 0 %clean