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:
parent
8658210969
commit
c7716a72cb
1 changed files with 2 additions and 1 deletions
|
@ -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} - ";
|
||||
|
||||
|
|
Loading…
Reference in a new issue