Skip to content

Commit

Permalink
(fix) Revert broken perms set by craft install
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Aug 7, 2024
1 parent 2896038 commit 0b984a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ echo "Install craft"
# Use composer from home dir for the first time
${INSTALLER_PHP_EXEC} ~/composer.phar create-project "craftcms/craft:^4" .

# Fix broken permissions set by craft
chmod 750 web
chmod 640 web/index.php web/.htaccess

echo "Download latest phar version of composer"
wget https://getcomposer.org/download/latest-2.x/composer.phar

Expand Down

0 comments on commit 0b984a6

Please sign in to comment.