Update first-time-setup.sh (#2003)
This commit is contained in:
parent
d347448b24
commit
363cf8c54d
|
|
@ -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
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user