Quellcode durchsuchen

testing new first run

ttreasure vor 7 Monaten
Ursprung
Commit
b0018ffb84
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      .devcontainer/first-start.sh

+ 0 - 1
.devcontainer/first-start.sh

@@ -4,7 +4,6 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     npm install && \
     composer install && \
     cd /var/www/html && \
-    chown -R www-data:www-data /var/www/html && \
     chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache && \
     find /var/www/html -type f -exec chmod 644 {} \; && \
     find /var/www/html -type d -exec chmod 755 {} \; && \