mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 15:22:29 +01:00
Rename variable so it makes more sense
This commit is contained in:
parent
e9c35c6bd2
commit
910f24dbcf
|
@ -12,8 +12,8 @@ if [ -z "${PLUGIN_LIST}" ]; then
|
|||
fi
|
||||
|
||||
echo "> About to install defined plugins"
|
||||
for PLUGIN_NAME in ${PLUGIN_LIST}; do
|
||||
IFS=':' read -ra PLUGIN <<<"${PLUGIN_NAME}"
|
||||
for PLUGIN_EXPR in ${PLUGIN_LIST}; do
|
||||
IFS=':' read -ra PLUGIN <<<"${PLUGIN_EXPR}"
|
||||
|
||||
WP_PLUGIN_INSTALL_ARGS="${PLUGIN[0]}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user