sett perm 755

This commit is contained in:
Robert Nasarek 2023-05-25 08:05:14 +02:00
parent 35bb720f3e
commit aec8e91d1f

View file

@ -63,6 +63,7 @@ if ! [ -d /opt/drupal/web ]
mv /settings.php web/sites/default/settings.php mv /settings.php web/sites/default/settings.php
# Set permissions # Set permissions
chmod -R 775 /opt/drupal
chmod -R 644 web/sites/default/settings.php chmod -R 644 web/sites/default/settings.php
chown -R www-data:www-data /opt/drupal chown -R www-data:www-data /opt/drupal
else else