From 4562bbe9c577d5d5af24afeb0c4233736bce834b Mon Sep 17 00:00:00 2001 From: Lucilio Correia Date: Thu, 23 Apr 2026 19:20:22 -0300 Subject: [PATCH] fix: default theme name --- .../scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh b/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh index 7824412..61438b7 100644 --- a/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh +++ b/docker/wordpress/scripts/docker-entrypoint.d/10-install-wordpress-unpriv.sh @@ -23,5 +23,5 @@ if which wp && ! wp core is-installed; then fi if test "$(wp theme list --format=count)" = "0"; then - wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentysix} --force --activate; + wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentyfive} --force --activate; fi \ No newline at end of file