Skip to content

Commit

Permalink
get-raw: Use /mnt/sdcard/DCIM
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed May 21, 2024
1 parent b0a8f2c commit df1607b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get-raw
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

shopt -s nullglob globstar

: "${SDCARD_DIR:=/mnt/sdcard}"
: "${SDCARD_DIR:=/mnt/sdcard/DCIM}"

card_number=${1?missing card number}
jpg_dir=${2-jpg}
Expand Down

0 comments on commit df1607b

Please sign in to comment.