summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-ximport/photobox_import2.sh2
1 files changed, 1 insertions, 1 deletions
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