Browse Source

testing new first run

ttreasure 7 months ago
parent
commit
9ddf7898a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/first-start.sh

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

@@ -15,6 +15,6 @@ if [ ! -f ./.devcontainer/first-start.flag ]; then
     chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache && \
     find /var/www/html -type f -exec chmod 775 {} \; && \
     find /var/www/html -type d -exec chmod 775 {} \; && \
-    chmod -R 755 /var/www/html/storage/logs /var/www/html/storage/framework && \
+    chmod -R 775 /var/www/html/storage/logs /var/www/html/storage/framework && \
     touch ./.devcontainer/first-start.flag
 fi