remove sending updatestatus to daemon

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14527 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-12-03 18:47:25 +00:00
parent 7283f3f9bc
commit a951d6b551

View File

@ -598,18 +598,6 @@ fi
if [ "$MODE" = "1" ] || [ "$MODE" = "2" ] || [ "$MODE" = "5" ]; then
#notify the server that we are done with updatenode
CNS=`grep NODESTATUS= /xcatpost/mypostscript |awk -F = '{print $2}'`
if [ -z "$CNS" ] || [ "$CNS" != "'0'" -a "$CNS" != "'N'" -a "$CNS" != "'n'" ]; then
echo "
if [ \"\$return_value\" -eq \"0\" ]; then
updateflag.awk \$MASTER 3002 \"updatestatus synced\"
else
updateflag.awk \$MASTER 3002 \"updatestatus out-of-sync\"
fi
" >> /xcatpost/mypostscript
fi
echo "exit \$return_value" >> /xcatpost/mypostscript
fi