From c9f031e04801363a3a3bb6a671800ac645e85fde Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Thu, 24 May 2018 14:42:53 +0200 Subject: [PATCH] Remove --filename parameter Fix #29 --- scripts/camera-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/camera-backup.sh b/scripts/camera-backup.sh index acb494e..1178018 100755 --- a/scripts/camera-backup.sh +++ b/scripts/camera-backup.sh @@ -47,7 +47,7 @@ mkdir -p $STORAGE_MOUNT_POINT # Switch to STORAGE_MOUNT_POINT and transfer files from the camera # Rename the transferred files using the YYYYMMDD-HHMMSS format 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 -h now