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