1
0
Fork 0

Fix bugs in phoot organisation tool

This commit is contained in:
Starbeamrainbowlabs 2017-05-09 18:35:06 +01:00
parent 8658210969
commit c7716a72cb
1 changed files with 2 additions and 1 deletions

View File

@ -60,9 +60,10 @@ handle_file() {
fi
fi
takenMonth=$(printf "%02d" "${takenMonth}");
newFolder="${takenYear}/${takenMonth}-${takenMonthText}/";
newFilename="${newFolder}${filename}";
newFilename="${newFolder}/${filename}";
echo -ne "filing in ${newFolder} - ";