Ver código fonte

WIP: adds a theme variable

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

+ 3
- 3
create.sh Ver arquivo

@@ -56,7 +56,7 @@ docker exec --user www-data $PREFIX-web /bin/sh -c "
--skip-email \
--title=$PREFIX \
--url=https://www.$PREFIX.localhost";
docker exec --user www-data $PREFIX-web /bin/sh -c '
wp theme install twentyseventeen \
docker exec --user www-data $PREFIX-web /bin/sh -c "
wp theme install $THEME \
--activate \
--path=/var/www/html';
--path=/var/www/html";

Carregando…
Cancelar
Salvar