Trying to overcome "too many positional arguments" error
parent
901ed91e72
commit
61888085f6
|
@ -60,7 +60,7 @@ ocp_config="[
|
|||
'save_commands' => false,
|
||||
]"
|
||||
|
||||
wp config set WP_REDIS_CONFIG $ocp_config --raw
|
||||
wp config set WP_REDIS_CONFIG "$ocp_config" --raw
|
||||
wp config set WP_REDIS_DISABLED false --raw
|
||||
|
||||
# free redis object cache config
|
||||
|
|
Loading…
Reference in New Issue