Skip to content

Commit

Permalink
Merge pull request #88 from amiaopensource/revert-path
Browse files Browse the repository at this point in the history
revert to previous path
  • Loading branch information
privatezero authored May 2, 2017
2 parents 13e7726 + 14b82f0 commit 4edf542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions writelto
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ TAPE_PATH="${TAPE_MOUNT_POINT}/${TAPE_SERIAL}"
_checkdir "${SOURCE_DIR}"
# remove .DS_Store files
find "${SOURCE_DIR}/" -name '.DS_Store' -type f -delete
if [ -f "${SOURCE_DIR}"/checksum.md5 ] ; then
db_fixity=$(cat "${SOURCE_DIR}"/checksum.md5)
if [ -f "${SOURCE_DIR}"/tapechecksum.md5 ] ; then
db_fixity=$(cat "${SOURCE_DIR}"/tapechecksum.md5)
fi

_checkdir "${TAPE_PATH}"
Expand Down

0 comments on commit 4edf542

Please sign in to comment.