fix
This commit is contained in:
@@ -44,7 +44,7 @@ resource "kubectl_manifest" "wordpress_files" {
|
||||
data:
|
||||
"vynil-configurator.sh": |-
|
||||
#!/usr/bin/env bash
|
||||
set -cx
|
||||
set -ex
|
||||
if [ -z $(wp core is-installed) ]; then
|
||||
echo Should configure....
|
||||
echo "$${WORDPRESS_CONFIG_EXTRA}" | wp config create \
|
||||
|
||||
Reference in New Issue
Block a user