fixes typo in variable name that prevents theme installation

This commit is contained in:
2020-05-22 10:44:04 +02:00
parent 878844e15e
commit da92b5e7f8

View File

@@ -64,7 +64,7 @@ docker exec --user www-data $DOCKER_PREFIX-web /bin/sh -c "
echo "Installing WordPress $WP_THEME theme";
docker exec --user www-data $DOCKER_PREFIX-web /bin/sh -c "
wp theme install $THEME \
wp theme install $WP_THEME \
--activate \
--path=/var/www/html";