Fix: Copy themes and plugins

This commit is contained in:
Luca 2022-12-09 20:52:24 +01:00
parent 9da9291695
commit faba4dfe92

View File

@ -14,12 +14,12 @@ install() {
install_themes() { install_themes() {
echo "Install Themes" echo "Install Themes"
cp -R /tmp/wordpress/themes/ /app/wordpress/wp-content/themes/ cp -R /tmp/wordpress/themes/* /app/wordpress/wp-content/themes/
} }
install_plugins() { install_plugins() {
echo "Install Plugins" echo "Install Plugins"
cp -R /tmp/wordpress/themes/ /app/wordpress/wp-content/themes/ cp -R /tmp/wordpress/plugins/* /app/wordpress/wp-content/plugins/
} }
config() { config() {