To edit pages or tickets please login with username/password: aaf/aaf

Changeset 315

Show
Ignore:
Timestamp:
02/04/08 13:43:14 (5 months ago)
Author:
jk
Message:

#199

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/acts_as_ferret/recipes/aaf_recipes.rb

    r312 r315  
    7272    desc "symlinks index folder" 
    7373    task :symlink, :roles => :app do 
    74       run "mkdir -p  #{shared_path}/index && rm -rf #{release_path}/index && ln -s #{shared_path}/index #{release_path}/index" 
     74      run "mkdir -p  #{shared_path}/index && rm -rf #{release_path}/index && ln -nfs #{shared_path}/index #{release_path}/index" 
    7575    end 
    7676 

To edit pages or tickets please login with username/password: aaf/aaf