From 56e0520a159a10bbb8aaf57b073c25755674f531 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 22 Sep 2017 14:29:35 +0100 Subject: [PATCH] organise-photos: Fix error in month calculation --- organise-photos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organise-photos b/organise-photos index d465dcb..747e7c9 100755 --- a/organise-photos +++ b/organise-photos @@ -60,7 +60,7 @@ handle_file() { fi fi - takenMonth=$(printf "%02d" "${takenMonth}"); + #takenMonth=$(printf "%02d" "${takenMonth}"); newFolder="${takenYear}/${takenMonth}-${takenMonthText}/"; newFilename="${newFolder}/${filename}";