diff --git a/rootfs/etc/cont-init.d/20-install-plugins b/rootfs/etc/cont-init.d/20-install-resources similarity index 98% rename from rootfs/etc/cont-init.d/20-install-plugins rename to rootfs/etc/cont-init.d/20-install-resources index b7ade33..7861206 100755 --- a/rootfs/etc/cont-init.d/20-install-plugins +++ b/rootfs/etc/cont-init.d/20-install-resources @@ -77,7 +77,7 @@ function main() { CONCURRENCY_LIMIT="${WP_PLUGINS_INSTALL_CONCURRENCY:-5}" - echo "> Automated WordPress Plugin Installer" + echo "> Automated WordPress Resources Installer" if [ -z "${PLUGIN_LIST}" ]; then echo "> No plugins defined. Skipping installation." return 0