fix: default theme name
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user