Skip to content

Commit

Permalink
Merge pull request #61 from amiaopensource/regex
Browse files Browse the repository at this point in the history
add regex
  • Loading branch information
CSchloss385 authored Feb 22, 2017
2 parents 0b9121f + 6c79416 commit 985759f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migratelto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

SCRIPTDIR=$(dirname "${0}")
TAPE_MOUNT_POINT="/Volumes"
TAPE_SERIAL_REGEX="^[A-Z0-9]{6}(L[567])?$"
TAPE_EJECT="Y"

. "${SCRIPTDIR}/mmfunctions" || { echo "Missing '${SCRIPTDIR}/mmfunctions'. Exiting." ; exit 1 ; }
Expand Down

0 comments on commit 985759f

Please sign in to comment.