HE> - if [ ! mkdir ${dir}/CIM ]; then
HE> + mkdir ${dir}/CIM
HE> + if [ -z ${dir}/CIM ]; then
Ah, yes, this will fail if the CIM directory already exists.
HE> - cp -ra ${TMPDIR}/* ${dir}
HE> - sfcbrepos
HE> + cp -ra ${TMPDIR}/* ${dir}/CIM
HE> + sfcbrepos -f
Oh yeah, both are good changes. I'll re-send the set with these
changes applied.
Thanks!
--
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms(a)us.ibm.com