Fix typo in env variable name
[MAILPOET-4069]
This commit is contained in:
@ -8,7 +8,7 @@ git clone git@github.com:mailpoet/mailpoet-premium.git 2>/dev/null \
|
|||||||
# to avoid any potential problems with file permissions (mainly on Linux).
|
# to avoid any potential problems with file permissions (mainly on Linux).
|
||||||
cat <<EOT > .env
|
cat <<EOT > .env
|
||||||
UID=$(id -u)
|
UID=$(id -u)
|
||||||
UID=$(id -g)
|
GID=$(id -g)
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
# create plugin .env files if they don't exist
|
# create plugin .env files if they don't exist
|
||||||
|
Reference in New Issue
Block a user