|
@@ -38,6 +38,7 @@ if [[ ! -f "/app/data/.dbsetup" ]]; then
|
|
|
|
|
|
# install and backup the plugins. mu plugins are a "flat" structure"
|
|
# install and backup the plugins. mu plugins are a "flat" structure"
|
|
# sadly mu-plugins can still be re-configured, just not uninstallable
|
|
# sadly mu-plugins can still be re-configured, just not uninstallable
|
|
|
|
+ echo "Unpacking plugins on first run"
|
|
unzip -d /app/data/wp-content/mu-plugins/ /app/code/disable-wordpress-updates.zip
|
|
unzip -d /app/data/wp-content/mu-plugins/ /app/code/disable-wordpress-updates.zip
|
|
mv /app/data/wp-content/mu-plugins/disable-wordpress-updates/* /app/data/wp-content/mu-plugins/
|
|
mv /app/data/wp-content/mu-plugins/disable-wordpress-updates/* /app/data/wp-content/mu-plugins/
|
|
rm -rf /app/data/wp-content/mu-plugins/disable-wordpress-updates/
|
|
rm -rf /app/data/wp-content/mu-plugins/disable-wordpress-updates/
|