Fix: Copy themes and plugins
This commit is contained in:
parent
9da9291695
commit
faba4dfe92
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user