Skip to content

Commit

Permalink
fixing start name
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 22, 2024
1 parent 930be09 commit 079857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 079857a

Please sign in to comment.