From 363cf8c54d38f2ea4be1a2abebefc6dd2bd06c24 Mon Sep 17 00:00:00 2001 From: geekup-legodevops <72587752+geekup-legodevops@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:43:37 +0700 Subject: [PATCH] Update first-time-setup.sh (#2003) --- deploy/aws_ami/first-time-setup.sh | 6 +++--- deploy/aws_ami/init-letsencrypt.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/aws_ami/first-time-setup.sh b/deploy/aws_ami/first-time-setup.sh index 3e29baa7de..1486b3906d 100755 --- a/deploy/aws_ami/first-time-setup.sh +++ b/deploy/aws_ami/first-time-setup.sh @@ -88,7 +88,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o "userId": "'"$APPSMITH_INSTALLATION_ID"'", "event": "Installation Started", "data": { - "os": "Ubuntu" + "os": "Ubuntu", "platform": "aws_ami" } }' > /dev/null @@ -163,8 +163,8 @@ if [[ $status_code -eq 401 ]]; then "userId": "'"$APPSMITH_INSTALLATION_ID"'", "event": "Installation Success", "data": { - "os": "Ubuntu" + "os": "Ubuntu", "platform": "aws_ami" } }' > /dev/null -fi \ No newline at end of file +fi diff --git a/deploy/aws_ami/init-letsencrypt.sh b/deploy/aws_ami/init-letsencrypt.sh index b4e7fec7a1..de1e4264a7 100755 --- a/deploy/aws_ami/init-letsencrypt.sh +++ b/deploy/aws_ami/init-letsencrypt.sh @@ -110,7 +110,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o "userId": "'"$APPSMITH_INSTALLATION_ID"'", "event": "Configure SSL Successfully", "data": { - "os": "Ubuntu" + "os": "Ubuntu", "platform": "aws_ami" } }' > /dev/null