diff --git a/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm b/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm index 9e139ee9f..fcaeec6b7 100644 --- a/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm +++ b/xCAT-server/share/xcat/netboot/imgutils/imgutils.pm @@ -44,7 +44,7 @@ sub include_file $file = $idir."/".$file; } - open(INCLUDE,$file) || \ + open(INCLUDE,$file) || return "#INCLUDEBAD:cannot open $file#"; while() {