From 079857a3ece2382fc0f0d86760756ebafeed3929 Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Sat, 22 Jun 2024 14:46:11 +0530 Subject: [PATCH] fixing start name --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 58b2315..cb26262 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -81,7 +81,7 @@ deploy() { # todo: handle name collisions mkdir -p /aws/config cp -r /app/* /aws/config - awk -v bootstrap_path="$TF_VAR_BOOTSTRAP_PATH" "{sub(/BOOTSTRAP_PATH/,bootstrap_path)}1" /aws/lambda-function > /tmp/lambda-function + awk -v bootstrap_path="$TF_VAR_BOOTSTRAP_PATH" "{sub(/BOOTSTRAP_PATH/,bootstrap_path)}1" /aws/start > /tmp/start mv /tmp/start /aws/start cd /aws echo "List: $(find /app -type f)"