recover ownership
This commit is contained in:
parent
a510009ca4
commit
ea42410518
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
dir=/srv/gems
|
||||
pid=/tmp/geminabox.pid
|
||||
|
||||
chown -R app:www-data /srv/http
|
||||
chown -R app:www-data ${dir}
|
||||
cd ${dir}
|
||||
|
||||
for link in Gemfile Gemfile.lock .bundle config.ru vendor; do
|
||||
|
|
Loading…
Reference in a new issue