fi
if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
GET_ID="cat ${ID_FILE}"
GET_ID="cat \"${ID_FILE}\""
if [ -z "`eval $GET_ID`" ]; then