Skip to content

Commit

Permalink
(fix) Turns out it is 755 and 644
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Aug 7, 2024
1 parent 7b638cb commit c18a462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ echo "Install craft"
${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
chmod 755 web
chmod 644 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 c18a462

Please sign in to comment.