Hide Forgot
Created as of Chunyun Chen's comment at https://trello.com/c/Wvww2mJd. Description of problem: The content of the ~/.drush/ gear directory should not be locked (and thus owned by root) but it should be writable to users. Steps to Reproduce: 1. rhc app create php php-5.3 2. rhc ssh php 3. touch ~/.drush/testfile Actual results: touch: cannot touch `.drush/testfile': Permission denied Expected results: success
https://github.com/openshift/origin-server/pull/3627
It's fixed, verified on devenv_stage_471, please refer to the following results: 1. rhc app create php php-5.3 2. rhc ssh php 3. touch ~/.drush/testf 4. check creating result \> ls .drush testfile