Skip to content

Commit

Permalink
be flexible about tape regex
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Mar 12, 2015
1 parent 4337460 commit 2b9dfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writelto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# description: writelto writes the contents of a specified directory onto a mounted LTFS-formated LTO tape.
hiddenfiles=""
TAPE_MOUNT_POINT="/Volumes"
TAPE_SERIAL_REGEX="[A-Z][0-9]\{5\}"
TAPE_SERIAL_REGEX="[A-Z0-9]\{6\}"

usage(){
echo "writelto"
Expand Down

1 comment on commit 2b9dfca

@BleakleyMcD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice.

Please sign in to comment.