Fix typo in env variable name

[MAILPOET-4069]
This commit is contained in:
Jan Jakes
2022-01-19 15:58:49 +01:00
committed by Veljko V
parent eeb96eacb0
commit e58dd589ac

View File

@ -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).
cat <<EOT > .env
UID=$(id -u)
UID=$(id -g)
GID=$(id -g)
EOT
# create plugin .env files if they don't exist