Browse Source

fix práv v deploy

pull/11/head
Pavel "LEdoian" Turinsky 2 years ago
parent
commit
5e26ac5e69
  1. 2
      make/lib.sh

2
make/lib.sh

@ -96,6 +96,8 @@ function install_everything {
make/install
./manage.py migrate
./manage.py collectstatic --noinput
setfacl -R -m default:u:www-data:rX media static
setfacl -R -m u:www-data:rX media static
chown -R :mam . || true
chmod -R g+rX,go-w . || true
}

Loading…
Cancel
Save