hopefully final wip

This commit is contained in:
35C4n0r 2026-01-20 17:49:05 +00:00
parent a7e0b09aa4
commit 6802df9d13

View File

@ -388,10 +388,8 @@ locals {
set -o pipefail
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/start.sh
${local.install_env_vars}
/tmp/install.sh
EOT