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