Use correct env name

This commit is contained in:
xZero707 2021-02-09 21:57:12 +01:00
parent 2aaf7abedd
commit b701163fba

View File

@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
set -e
PLUGIN_LIST="${WP_PLUGIN_LIST:-}"
PLUGIN_LIST="${WORDPRESS_PLUGIN_LIST:-}"
echo "> Automated WordPress Plugin Installer"