recover ownership

This commit is contained in:
f 2019-09-18 10:46:57 -03:00
parent a510009ca4
commit ea42410518
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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