synology-thumbgen
synology-thumbgen copied to clipboard
Can't rename eaDir
The bash command provided to rename the eaDir_tmp folder doesn't work for me. For each subfolder, it returns something lile:
find . -type d -name 'eaDir_tmp' -exec mv '{}' @eaDir \;
mv: cannot move ‘./subfolder/eaDir_tmp’ to ‘@eaDir/eaDir_tmp’: Directory not empty
This is the right command (starting from the working directory):
find . -depth -type d -name 'eaDir_tmp' -execdir mv '{}' @eaDir \;
Hey @rgoubet I will be trying to keep this project more updated on my fork