Remove --filename parameter

Fix #29
This commit is contained in:
Dmitri Popov
2018-05-24 14:42:53 +02:00
committed by GitHub
parent c0adc69707
commit c9f031e048

View File

@@ -47,7 +47,7 @@ mkdir -p $STORAGE_MOUNT_POINT
# Switch to STORAGE_MOUNT_POINT and transfer files from the camera # Switch to STORAGE_MOUNT_POINT and transfer files from the camera
# Rename the transferred files using the YYYYMMDD-HHMMSS format # Rename the transferred files using the YYYYMMDD-HHMMSS format
cd $STORAGE_MOUNT_POINT cd $STORAGE_MOUNT_POINT
gphoto2 --get-all-files --skip-existing --filename=%Y%m%d-%H%M%S.%C gphoto2 --get-all-files --skip-existing
# Shutdown # Shutdown
shutdown -h now shutdown -h now