else

#Clean up installation directory after listing contents print -u3 We have successfully copied TeamC installation files print -u3 Installation directory contents:

ls -laR ${INST_DIR} >> ${INST_TMP} 2>&1

fi

cd /

# Remove installation stuff

print -u3 TeamC cleaning up temporary installation directory rm -rf ${IMAGE_DIR}

cat ${INST_TMP} >> ${INST_LOG} rm -rf ${INST_TMP}

exit 0

# end of file

224User's Guide

Page 244
Image 244
IBM SC34-4499-03 manual Exit # end of file