We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1282d commit bc4b2cdCopy full SHA for bc4b2cd
dev/openmage/install.sh
@@ -35,7 +35,8 @@ if test -f ../../app/etc/local.xml; then
35
fi
36
37
echo "Preparing filesystem..."
38
-chmod 777 ../../app/etc ../../media
+chmod 777 ../../app/etc ../../media ../../var
39
+chmod g+s ../../app/etc ../../media ../../var
40
$dc run --rm --no-deps cli mkdir -p var/cache var/log var/locks var/session
41
42
echo "Starting services..."
0 commit comments