Rename 20-install-plugins -> 20-install-resources (more generic)

This commit is contained in:
Aleksandar Puharic 2023-03-22 02:38:07 +01:00
parent ef47e1b2b9
commit 90f38805fa
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -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