From b701163fbaa4975b6ceed99b7c5b82a27b6b7109 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Tue, 9 Feb 2021 21:57:12 +0100 Subject: [PATCH] Use correct env name --- rootfs/etc/cont-init.d/20-install-plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/cont-init.d/20-install-plugins b/rootfs/etc/cont-init.d/20-install-plugins index 7d7806f..16082e2 100755 --- a/rootfs/etc/cont-init.d/20-install-plugins +++ b/rootfs/etc/cont-init.d/20-install-plugins @@ -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"