We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65faf44 commit 2072680Copy full SHA for 2072680
1 file changed
bin/setup-install.sh
@@ -59,6 +59,11 @@ LANGUAGE="${LANGUAGE:-en_US}"
59
CURRENCY="${CURRENCY:-USD}"
60
TIMEZONE="${TIMEZONE:-America/New_York}"
61
62
+# Setting system permissions
63
+find var generated vendor pub/static pub/media app/etc -type f -exec chmod g+w {} +
64
+find var generated vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} +
65
+chmod u+x bin/magento
66
+
67
# Build the setup:install command
68
cat << 'EOF'
69
bin/magento setup:install \
0 commit comments