From 482d2e01bf3d03ef702b0ac0c471a9ebc68d3c98 Mon Sep 17 00:00:00 2001 From: CSchloss385 Date: Mon, 1 Jun 2015 10:44:35 -0400 Subject: [PATCH] removed this process from mount lto --- mountlto | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mountlto b/mountlto index 69cc314..d610568 100755 --- a/mountlto +++ b/mountlto @@ -28,14 +28,6 @@ BLUE="$(tput setaf 4)" # Blue - For Questions NC="$(tput sgr0)" # No Color cleanup(){ - schemafile="$LTOLOGS/${TAPE_SERIAL}.schema" - if [[ "$schemafile" -nt "$deckfile" ]] ; then - echo "${GREEN}Updating index for ${TAPE_SERIAL}…${NC}" - xml sel -t -m ".//file" -m "ancestor-or-self::directory" -v name -o "/" -b -v name -n "$schemafile" > "${schemafile%.*}.txt" - if [[ -n "${FILEMAKER_XML_URL}" ]] ; then - "${SCRIPTDIR}/lto2filemaker" "${schemafile}" - fi - fi if [ -d "${mountdir}" ] ; then echo calling umount umount "${mountdir}"