hopefully final wip
This commit is contained in:
parent
a7e0b09aa4
commit
6802df9d13
@ -388,10 +388,8 @@ locals {
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh
|
echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh
|
||||||
echo -n '${base64encode(local.start_script)}' | base64 -d > /tmp/start.sh
|
|
||||||
|
|
||||||
chmod +x /tmp/install.sh
|
chmod +x /tmp/install.sh
|
||||||
chmod +x /tmp/start.sh
|
|
||||||
${local.install_env_vars}
|
${local.install_env_vars}
|
||||||
/tmp/install.sh
|
/tmp/install.sh
|
||||||
EOT
|
EOT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user