Skip to content

Commit

Permalink
remove possible redundant permission change
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 27, 2024
1 parent 97fce81 commit 14f8e53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions infrastructure/bin/post_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ cd /home/site/wwwroot/api
# Laravel local cache
if
mkdir --parents /tmp/bootstrap/cache /tmp/api/storage/framework/cache/data && \
chown www-data:www-data /tmp/bootstrap/cache && \
chown -R www-data:www-data /tmp/api/storage && \
php artisan optimize && \
chown www-data:www-data /tmp/bootstrap/cache && \
chown -R www-data:www-data /tmp/api/storage;
Expand Down

0 comments on commit 14f8e53

Please sign in to comment.