Skip to content

Commit

Permalink
Fix dev/openmage/install.sh script setting permissions on var directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Oct 5, 2022
1 parent 4b1282d commit bc4b2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/openmage/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ if test -f ../../app/etc/local.xml; then
fi

echo "Preparing filesystem..."
chmod 777 ../../app/etc ../../media
chmod 777 ../../app/etc ../../media ../../var
chmod g+s ../../app/etc ../../media ../../var
$dc run --rm --no-deps cli mkdir -p var/cache var/log var/locks var/session

echo "Starting services..."
Expand Down

0 comments on commit bc4b2cd

Please sign in to comment.