Created
September 27, 2013 20:07
-
-
Save mitio/6734444 to your computer and use it in GitHub Desktop.
Мигрира структурата на аватарите на потребителите в evans от старата в новата схема за именоване на файлове и след това създава липсващите размери.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd shared/uploads/photos | |
find -type f|grep thumb_|while read fn; do \cp -f $fn `echo $fn|cut -d'/' -f 2`/photo.jpg; done | |
cd ../../../current | |
bundle exec rake users:photos:recreate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment