diff --git a/misc/images/wordpress/containers/wordpress/entrypoint.sh b/misc/images/wordpress/containers/wordpress/entrypoint.sh index bd886e2..f540e36 100755 --- a/misc/images/wordpress/containers/wordpress/entrypoint.sh +++ b/misc/images/wordpress/containers/wordpress/entrypoint.sh @@ -79,6 +79,8 @@ wp site switch-language fr_FR # Mise à jour theme / plugin / network wp theme install twentytwentyfour --allow-root +wp theme install lowfi --allow-root + wp theme update --allow-root --all wp plugin update --allow-root --all wp language core update @@ -88,4 +90,7 @@ wp language plugin update --all # Mise à jour du network wp core update-db --network +chown -R apache wp-content +chgrp -R apache wp-content + exec $@ \ No newline at end of file