mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
organise-photos: Fix error in month calculation
This commit is contained in:
parent
970b51d269
commit
56e0520a15
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ handle_file() {
|
|||
fi
|
||||
fi
|
||||
|
||||
takenMonth=$(printf "%02d" "${takenMonth}");
|
||||
#takenMonth=$(printf "%02d" "${takenMonth}");
|
||||
|
||||
newFolder="${takenYear}/${takenMonth}-${takenMonthText}/";
|
||||
newFilename="${newFolder}/${filename}";
|
||||
|
|
Loading…
Reference in a new issue