diff --git a/xCAT-client/bin/xcatchroot b/xCAT-client/bin/xcatchroot index d52e71523..fb2c755e2 100755 --- a/xCAT-client/bin/xcatchroot +++ b/xCAT-client/bin/xcatchroot @@ -260,19 +260,7 @@ else then echo "Running command: ${chroot} /usr/xcatchrootscript\n" fi - msg=`${chroot} /usr/xcatchrootscript` - - rc=$? - - echo "\n\n$msg\n\n" - - #if [ ${rc} -ne 0 ] - #then - # error=1 - # echo "\nError: The chroot command failed for '$cmd_string'." - # echo "Error: The return code from chroot was '${rc}'\n" - #fi - + ${chroot} /usr/xcatchrootscript # sensitive process has completed ${M_CHATTR} -a Rstate=available $spotObj