From ca5ca73ea92311a14223fa691a552c49fedd968f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 25 Nov 2015 22:44:59 -0500 Subject: Add Canon filter. --- import/photobox_import2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/photobox_import2.sh b/import/photobox_import2.sh index 050154a..c559a14 100755 --- a/import/photobox_import2.sh +++ b/import/photobox_import2.sh @@ -23,7 +23,7 @@ readonly pending_path="$(make_unique $pending_root/$(date +%Y-%m-%d))" ( flock -x -w 120 200 || exit 1 - if [[ $input != *Kingston* ]]; then + if [[ $input != *Kingston* && $input != *EOS* ]]; then echo "Not on the SD card reader: $input" exit 1 fi -- cgit v1.2.3