Ver código fonte

fixes typo in variable name that prevents theme installation

test
Jean-Christophe Vanhalle 5 anos atrás
pai
commit
da92b5e7f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      create.sh

+ 1
- 1
create.sh Ver arquivo

@@ -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";


Carregando…
Cancelar
Salvar