Skip to content
Snippets Groups Projects
Commit 8ff3b07e authored by Steven Murray's avatar Steven Murray
Browse files

Removed now redundant use of LD_LIBRARY_PATH=/usr/lib64/protobuf3 from delete_archive_file

parent be6d183a
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if test UNDEF = ${ARCHIVE_FILE_ID}; then
exit 0
fi
if RESULT=`2>&1 LD_LIBRARY_PATH=/usr/lib64/protobuf3 ${CTA_BIN} deletearchive --user ${RUSERNAME} --group ${RGROUPNAME} --id ${ARCHIVE_FILE_ID} --json`; then
if RESULT=`2>&1 ${CTA_BIN} deletearchive --user ${RUSERNAME} --group ${RGROUPNAME} --id ${ARCHIVE_FILE_ID} --json`; then
echo "$LOG_DATE $LOG_SCRIPT_NAME deleted tape archive file: rusername=${RUSERNAME} rgroupname=${RGROUPNAME} archiveFileId=${ARCHIVE_FILE_ID} path=${FILE_PATH}" >> ${LOG_FILE}
exit 0
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment