Ver código fonte

testing new first run

ttreasure 7 meses atrás
pai
commit
e6addad839
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .devcontainer/first-start.sh

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

@@ -5,7 +5,7 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     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 d -exec chmod 755 {} \; && \
+    find /var/www/html -type d -exec chmod 775 {} \; && \
     chmod -R 775 /var/www/html/storage/logs /var/www/html/storage/framework && \
     npm install && \
     composer install && \
@@ -14,7 +14,7 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     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 d -exec chmod 755 {} \; && \
+    find /var/www/html -type d -exec chmod 775 {} \; && \
     chmod -R 755 /var/www/html/storage/logs /var/www/html/storage/framework && \
     touch ./.devcontainer/first-start.flag
 fi