1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Fix bugs in phoot organisation tool

This commit is contained in:
Starbeamrainbowlabs 2017-05-09 18:35:06 +01:00
parent 8658210969
commit c7716a72cb

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} - ";