Forráskód Böngészése

testing new first run

ttreasure 7 hónapja
szülő
commit
b3d98336eb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .devcontainer/first-start.sh

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

@@ -4,7 +4,7 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
      cd /var/www/html && \
     chown -R root: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 f -exec chmod 775 {} \; && \
     find /var/www/html -type d -exec chmod 775 {} \; && \
     chmod -R 775 /var/www/html/storage/logs /var/www/html/storage/framework && \
     npm install && \