Browse Source

fixes typo in variable name that prevents theme installation

test
parent
commit
da92b5e7f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      create.sh

+ 1
- 1
create.sh 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";


Loading…
Cancel
Save